html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;
}
input,select,textarea,textarea:focus,input:focus,button:focus,select:focus {
  outline: none;
}
h1,h2,h3,h4,h5,h6,p,span,ul,li,a,.table,textarea,label {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
ul,li {
  list-style: none;
}
a:hover,a:focus {
  text-decoration: none;
}
.container {
  max-width: 1170px;
}
:root {
  --grey-color: #154660;
}
:root {
  --red-color: #d70607;
}
.navigation a {
    color: #fff;
}

/*Footer Extra CSS*/
.footer-logo-p {
    font-size: 12px !important;
    padding: 10px 55px 10px 0px !important;
}


/*Refund-Policy-CSS Starts Here */
.refund-sec1 {
    width: 100%;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0;
    position: relative;
    height: 500px;
}
.refund-banner {
    width: 100%;
    text-align: center;
    transform: translate(0%, 225%);
}
.refund-banner h2 {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
/*Refund-Policy-CSS Ends Here */

/*Delivery-Policy-CSS Starts Here   */
.delivery-sec1 {
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0;
    position: relative;
    height: 500px;
}
.delivery-banner {
    width: 100%;
    text-align: center;
    transform: translate(0%, 225%);
}
.delivery-banner h2 {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
.delivery-sec2-row1 {
    width: 100%;
    padding: 70px 0px;
}
.delivery-sec2-row1 h3 {
    
    font-size: 28px;
    font-weight: 600;
    color: var(--grey-color);
    padding-bottom: 20px;
}
.delivery-sec2-row1 p {
    color: #929496;
    font-size: 14px;
    /* font-weight: 400; */
    /* padding: 10px 0; */
}
/*Delivery-Policy-CSS Ends Here   */

/*Privacy-Policy-CSS Starts Here */
.privacy-sec1 {
    width: 100%;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0;
    position: relative;
    /* max-height: 595px; */
    height: 500px;
}
.privacy-banner {
    width: 100%;
    text-align: center;
    transform: translate(0%, 225%);
}
.privacy-banner h2 {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}
.privacy-banner p {
    padding: 30px 0 40px 0;
    color: #fff;
}
.privacy-sec2 {
    width: 100%;
    padding: 70px 0px;
    /*position: relative;
    z-index: 2;*/
}
.privacy-sec2-row1 h4 {
    font-size: 30px;
    font-weight: 600;
    color: var(--red-color);
    padding: 25px 0px 0px;
    text-align: center;
}
.privacy-sec2-row1 h2 {
    
    font-size: 37px;
    font-weight: 600;
    color: var(--red-color);
    padding-bottom: 20px;
}
.privacy-sec2-row1 p {
    color: #929496;
    font-size: 15px;
    /* font-weight: 400; */
    /* padding: 10px 0; */
}
.privacy-sec2-row1 .long-p {
    height: 90px !important;
}
.privacy-sec2-row1 h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--grey-color);
    padding: 30px 0 15px;
}
.privacy-sec2-row1 ul {
    margin: 0px 0;
    padding: 10px 0px 10px 0;
    list-style-type: none;
    /* display: flex; */
}
.privacy-sec2-row1 ul li {
    /* padding: 5px 0px; */
    /* font-size: 15px; */
    /* font-weight: 400; */
    /* color: #cdcdcd; */
    /* height: 50px; */
    /* display: flex; */
    /* padding: 0; */
    position: relative;
    display: flex;
    padding: 0 0 10px 0;
}
.privacy-sec2-row1 ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #61e0b1;
    /* display: flex; */
}
.privacy-sec2-row1 ul li span {
    /*font-size: 30px;
    font-weight: 900;
    color: #61e0b1;
    padding: 0px 15px 0px 0px;
    top: 0px;
    left: 0;
    display: block;
    margin-top: -11px;*/
    display: none;
}
/*.privacy-sec2-row1 ul li p {*/
/*    display: block;*/
/*    margin-left: 25px;*/
/*    padding: 0;*/
/*    font-size: 15px;*/
/*    display: flex;*/
/*}*/
.privacy-sec2-row1 ul li {
    display: block;
    padding: 0;
    padding-left: 25px;
    font-size: 15px;
    display: flex;
}
/*Privacy-Policy-CSS Ends Here*/
.ger_btn1 {
    background-image: -moz-linear-gradient( 90deg, rgb(31,93,119) 0%, rgb(0,22,47) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(31,93,119) 0%, rgb(0,22,47) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(31,93,119) 0%, rgb(0,22,47) 100%);
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 60px;
    display: inline-block;
}
.ger_btn2 {
  background-image: -moz-linear-gradient( 90deg, rgb(219,0,1) 0%, rgb(167,71,73) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(219,0,1) 0%, rgb(167,71,73) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(219,0,1) 0%, rgb(167,71,73) 100%);

}
.index_sec1_col1 .ger_btn2 {
  margin-right: 20px;

}
.abt_sec {
    position: absolute;
}
.index_sec1 {
    background-image: url(../images/banner-bg3.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0 60px 0;
    position: relative;
}

header {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 30px;
}

.index_sec1_col1 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.index_sec1_col1 p {
    padding: 30px 0 40px 0;
    color: #fff;
}
.index_sec1_col1 {
    padding: 50px 0;
}
.security_box {
    text-align: center;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0 #ccc;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 300px;
}
.security_box h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
}
.security_box p {
    font-size: 15px;
}

.security_box .rd-mor{
    margin-top: 15px;
    }
.rd-mor .rd-mor-a{
    padding: 5px 15px;
    font-size: 13px;
    }
/*.rd-mor .rd-mor-a{*/
/*    color: #ffffff;*/
/*    background: #2e3545;*/
/*    padding: 2px 10px;*/
/*    border-radius: 15px;*/
/*    font-size: 13px;*/
/*    transition: ease-in-out all .4s;*/
/*    -webkit-transition: ease-in-out all .4s;*/
/*    -moz-transition: ease-in-out all .4s;*/
/*    }*/
/*.rd-mor .rd-mor-a:hover{*/
/*    color: #fff;*/
/*    border-radius: 0px 15px;*/
/*    background: var(--red-color) ;*/
/*    box-shadow: 0 0 5px #000;*/
/*    }*/

.ger_h4 {
    font-size: 18px;
    color: var(--grey-color);
    font-weight: 700;
}
.ger_h3 {
    font-size: 30px;
    color: var(--red-color);
    font-weight: 700;
}
.index_sec2 {
    padding: 90px 0;
    position:relative;
}
.ger_p {
    font-size: 15px;
    color: #cdcdcd;
    padding-bottom: 20px;
}
.index_sec2 .ger_p {
   padding-bottom: 20px; 
}

.index_sec2_colum2 {
    text-align: center;
    padding: 70px 0;
}
.index_sec2 h3 {
    padding: 20px 0;
}
.index_sec3_row1 {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 40px;
}
.index_sec3_row1 h3 {
    padding: 10px 0;
}
.index_sec3_row1 p {
    width: calc(100% - 58%);
    margin: 0 auto;
}
.security_wrap {
    text-align: center;
}
.security_wrap h4 {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
}
.security_wrap p {
    font-size: 15px;
}
.index_sec4 {
    background: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position: 0 50%;
    margin: 90px 0;
}
.index_sec4_colum1 h4 {
    font-size: 18px;
}

.index_sec4_row h2 {
    font-size: 62px;
    background: -webkit-linear-gradient(#aa4345, #d70607);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.index_sec4_colum1 p {
    font-size: 14px;
    padding: 10px 0;
}
.index_sec4_colum1 h4 {
    padding-bottom: 20px;
}
.index_sec4_colum1 {
    background: #fff;
    padding: 40px 30px;
}
.index5_colum1 img {
    position: relative;
}
.abs_row {
    position: absolute;
    bottom: 50px;
    top: auto;
    background: #d50809;
    width: calc(100% - 312px);
    padding: 90px 0 60px 0;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    right: 0;
}
.index5_row h4 {
    font-size: 20px;
    font-weight: 700;
}
.index_sec5_colum2 li {
    padding-bottom: 20px;
}
.index_sec5_colum2 li i {
    font-size: 14px;
    color: #61e0b1;
    border: 2px solid #61e0b1;
    border-radius: 50%;
    padding: 5px 5px;
    margin-right: 20px;
}
.index_sec5_colum2 p {
    padding: 20px 0;
}
.index_sec5_colum2 h4 {
    padding-bottom: 20px;
}
.index_sec6_row1 h3 {
    font-size: 27px;
    padding: 10px 0 15px 0;
}
.center_row{
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 50%);
}
.index_sec6_row1 p {
    font-size: 14px;
    /*width: calc(100% - 30%);*/
    margin: 0 auto;
}
.services_wrap h5 {
    font-size: 19px;
    font-weight: 800;
    padding: 20px 0;
}
.services_wrap {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0 #ccc;
    padding: 40px 0;
    display: inline-block;
    margin-bottom: 20px;
}
section.index_sec6 {
    padding: 90px 0;
}
.index_sec6_row2 {
    padding-top: 40px;
}
.services_wrap p {
    margin: 0 auto;
    width: calc(100% - 20%);
}
.index6_row {
    padding: 40px 12px 40px;
}
.index6_row ul li {
    margin-bottom: 20px;
}
.index6_row ul li:nth-of-type(3) {
    margin-bottom: 0;
}
.index6_row ul li i {
    font-size: 35px;
}
.index6_row li .achor_wrap a{
    color: #fff;
    font-size:12px;
}
.index6_row li .achor_wrap {
    margin-left: 15px;
    font-size: 13px;
    display: flex;
    flex-flow: column wrap;
    align-items: end;
}
p.item_heading {
    background: #085dcc;
    color: #fff;
    padding: 15px;
    cursor: pointer;
}
.itembox p {
    padding: 20px;
    font-size: 14px;
}
.accordion_wrap {
    margin-bottom: 10px;
}
.accordion_wrap:last-child {
    margin-bottom: 0;
}
.index_sec8_row1 h3 {
    color: #000;
}
.index_sec8_row1 p,.index_sec9_row1 p {
    color: #7F7F7D;
}
.blog_wrap img {
    position: relative;
}
.blog_child {
    position: absolute;
    bottom: -100px;
    webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px #ccc;
    /* position: absolute; */
    background: #ffffff;
    bottom: -90px;
    top: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: calc(100% - 30%);
    border-radius: 7px;
    min-height: 150px;
    max-height: 150px;
}
.blog_child p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 800;
    padding: 40px 0 30px 0;
}
.blog_wrap {
    position:relative;
}
/*.blog_sibling {*/
/*    position: relative;*/
/*    top: 25px;*/
/*    bottom: auto;*/
/*}*/
.spacing{
    padding: 90px 0;
}
.index_sec9_row1 h4 {
    color: #000;
}
.p_40 {
    padding-bottom: 40px;
}
.center_row h3 {
    padding: 10px 0;
}
.testimonial_wrap img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.testimonial_wrap p {
    font-size: 14px;
    color: #7f7f7f;
}
.testimonial_wrap p:nth-of-type(1) {
    padding: 20px 0; 
}
.testimonial_wrap h5 {
    font-weight: 800;
}
.testimonial_wrap {
    border: 1px solid #b7b7b7;
    border-radius: 15px;
    padding: 40px 20px;
}
.footer_row1 p {
    font-size: 30px;
    color: #fff;
    width: calc(100% - 419px);
}
.footer_row1 {
    background: #db0001;
    padding: 40px 0;
}

footer {
    /* background-image: -webkit-linear-gradient( 90deg, rgb(31,93,119) 0%, rgb(0,22,47) 100%); */
    background: url(../images/footer-bg.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0 0 0;
    position:relative;
}
.footer_row2 {
    color: #fff;
}
.footer_row2 p {
    font-size: 14px;
    padding: 15px 0;
}
.followbox {
    font-size: 14px;
}
footer a {
    color: #fff;
    font-size: 12px;
    transition:all 0.5s ease-in-out;
}
footer a:hover {
    color: #db0001;
}
.social_icons a {
    padding: 0 8px 0 14px;
}
.footer_row2 {
    padding: 60px 0;
}
.footer_bottom {
    border-top: 1px solid #004fa1;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
}
.p_relative {
    position:relative;
}
.index_sec9 {
    padding-bottom:90px;
}
.nav_link {
    position: relative;
}
.nav_link::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -15px;
    width: 0px;
    height: 0px;
    transition: all 0.5s ease-in-out;
}
.nav_link::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -15px;
    width: 0px;
    height: 0px;
    transition: all 0.5s ease-in-out;
}

.nav_link:hover::before{
    width: 40px;
    height: 20px;
     border-top: 2px solid #c8131a;
    border-left: 2px solid #cc131b;
}

.nav_link:hover::after{
    width: 40px;
    height: 20px;
    border-bottom: 2px solid #c8131a;
    border-right: 2px solid #cc131b;
}
.ger_btn1:hover {
    transition: all 0.5s ease-in-out;
    background-size: 230% 80%;
    color: #000;
    border: 1px solid #3bcbed;
}
.social_icons a:hover {
    color: #db0001;
    transition: all 0.5s ease-in-out;
}

/*CUSTOM CURSOR*/

.cursor {
    width: 30px;
    height: 30px;
    border: 2px solid #185a75;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .6s infinite alternate;
    pointer-events: none;
    z-index: 9999999;
}

.cursor::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border: 8px solid var(--red-color);
    border-radius: 50%;
    opacity: .85;
    top: -2px;
    left: -2px;
    animation: cursorAnim2 .6s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.5);
    }
}

/*abs-images*/
/*.sec1_img1 {*/
/*    position: absolute;*/
/*    width: calc(100% - 90%);*/
/*}*/

.index_sec2 .sec2_img1 {
    width: calc(100% - 96%);
    position: absolute;
    top: 30px;
    left:30px;
}
/*.index_sec2 .sec2_img2 {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    width: calc(100% - 92%);*/
/*}*/

/*.sec2_img3 {*/
/*    right: 200px;*/
/*    position: absolute;*/
/*    bottom: 90px;*/
/*    width: calc(100% - 97%);*/
/*}*/
.sec3_img {
    position: absolute;
    width: calc(100% - 95%);
    right: 0;
}
.sec5_img1 {
    position: absolute;
    width: calc(100% - 96%);
    top: -30px;
    left: 100px;
}

/*.sec5_img2 {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: -60px;*/
/*}*/

/*.sec5_img3 {*/
/*    position: absolute;*/
/*    width: calc(100% - 95%);*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

.sec6_img1 {
    position: absolute;
    width: calc(100% - 96%);
    right: 50px;
    top: 110px;
}

/*.sec6_img2 {*/
/*    position: absolute;*/
/*    right: -30px;*/
/*    bottom: 70px;*/
/*    width: calc(100% - 90%);*/
/*}*/

.sec7_img1 {
    position: absolute;
    top: -20px;
    left: 40px;
    width: calc(100% - 95%);
}

/*.sec7_img2 {*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    bottom: 0;*/
/*    width: calc(100% - 96%);*/
/*}*/

.sec8_img1 {
    position: absolute;
    width: calc(100% - 96%);
    top: 50px;
    left: 0;
}


/*.sec9_img1 {*/
/*    position: absolute;*/
/*    right: -40px;*/
/*    top: 90px;*/
/*    width: calc(100% - 92%);*/
/*}*/
.sec9_img2 {
    position: absolute;
    width: calc(100% - 95%);
    left: 70px;
    top: 60px;
}
/*.footer_img1 {*/
/*    position: absolute;*/
/*    z-index: 999;*/
/*    left: -110px;*/
/*    bottom: 0;*/
/*}*/

.footer_img2 {
    position: absolute;
    right: 0;
    width: calc(100% - 87%);
    top: 240px;
}

.navbars-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-image: linear-gradient(to left, #333947, #2d3444, #3d4245, #ffffff, #517377);
    margin:0;
    padding:10px 0;
    transition: all 0.5s ease;
}

/*================text-base pages start==================*/

.about-content .txtarea p{
    padding-bottom: 15px;
}

.txtbase-sec1 {
        width: 100%;
        background: url(../images/banner.jpg) no-repeat;
        background-size: cover;
        padding: 0 ;
        position: relative;
        height: 500px;
    }
    .txtbase-sec1 .txtbase-main-heading{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 500px;
    }
    .txtbase-sec1 .txtbase-main-heading h2{
        font-size: 62px;
        font-weight: 700;
        color: #fff;
        padding: 10px 0;
        text-transform: capitalize;
        /*text-transform: uppercase;*/
    }
    
    .txtbase-sec2{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .txtbase-sec2 .txtbase-sec2-row1 h3 {
        font-size: 28px;
        font-weight: 600;
        color: var(--grey-color);
        padding: 30px 0 15px;
    }
    .txtbase-sec2 .txtbase-sec2-row1 p {
        color: #000;
        font-size: 15px;
    }
    .txtbase-sec2 .txtbase-sec2-row1 ul {
        margin: 0;
        padding: 10px 0px;
        list-style: none;
        /*list-style-image: url("../assets/images/b-lock-l.png");*/
    }
.txtbase-sec2 .txtbase-sec2-row1 ul li {
    padding: 0 0 10px 25px;
    /* padding-left: 25px; */
    font-size: 15px;
    position: relative;
}
.txtbase-sec2 .txtbase-sec2-row1 ul li:last-child {
    padding: 0 0 0 25px;
 }
    .txtbase-sec2 .txtbase-sec2-row1 ul li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #61e0b1;

    }

.txtbase-sec2-row1 {
    padding: 30px 0px 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*.inner-image img {*/
/*    width: 565px;*/
/*    min-height: 380px;*/
/*}*/
.inner-image {
    width: 100%;
}
.txtbase-sec2-head {
    padding: 30px 0;
}
.txtbase-sec2-head h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--grey-color);
    padding: 30px 0 15px;
}
.txtbase-sec2-row2 {
    padding: 30px 20px;
}
.txtbase-sec2 .txtbase-sec2-row2 ul li {
    padding: 0 0 10px 25px;
    /* padding-left: 25px; */
    font-size: 15px;
    position: relative;
}
.txtbase-sec2 .txtbase-sec2-row2 ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #61e0b1;
}
.m-style {
    margin: 5px 0px 25px;
}
.extra-style {
    padding: 0px 20px 0 0px;
    margin: -10px 0 0 0px;
}
.extra-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}
.txtbase-sec2 .sec2_img1 {
    position: absolute;
    width: calc(100% - 96%);
    left: 0;
}
.txtbase-sec2 .sec2_img2 {
    position: absolute;
    width: calc(100% - 96%);
    right: 0;
    bottom: 120px;
}
.txtbase-sec2 .sec2_img3 {
    position: absolute;
    right: 0;
    width: calc(100% - 96%);
}
.txtbase-sec2 .txtbase-sec2-row2 ul li.list-box{
    margin-bottom: 30px;
}
.list-box li {
    margin: 15px 0px 10px;
}
.txtbase-sec2-row2 h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--grey-color);
    padding: 30px 0 15px;
}
.txtbase-sec2-row2 ul {
    padding: 15px 0px;
}
/*================text-base pages end==================*/

/**/
.dropdown:hover .dropdown-content {display: block;}


.services_prnt {
    color: #fff;
    border: none;
    background: transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
     display: none; 
    position: absolute;
    background-color: #4d5255;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 25px;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.dropdown-content a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid;
}
.dropdown-content a:last-child {
    border: none;
}
.footer_row2_title p {
    text-transform: uppercase;
    font-weight: 600;
}
.contact_sec {
    width: 100%;
    padding: 100px 0px 30px;
}
.contact-label {
    color: #103953 !important;
}
.contact-body i {
    font-size: 22px;
    color: #ea070e;
 }
.contact-body h5 {
    font-size: 20px;
    color: #195d78;
    font-weight: 700;
    padding: 15px 0;
}
.contact-body p, .contact-body a {
    font-size: 14px;
    color: #7b7e81;
}
.contact-body {
    box-shadow: 7px 5px 10px -1px #0e5775;
    padding: 25px;
    min-height: 170px;
}

/**/
.contact_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9999 !important;
}
.contact_wrap {
    background-image: -webkit-linear-gradient( 90deg, rgb(31,93,119) 0%, rgb(0,22,47) 100%);
    border-radius: 5px;
    padding: 40px 20px;
    width: calc(100% - 30%);
    height: calc(100% - 14%);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 0.9s drop;
    z-index: 9999 !important;
}
.contact_row {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    flex-wrap: wrap;
}
.modal_bg {
    position: absolute;
    top: 0;
    background: #000;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
}

@keyframes drop {
  0%{
    height: 0;
  }
  100%{
    height: 100%;
  }
}
/**/
.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-bottom: 1px solid #de131b;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    background: transparent;
    color: #cdcdcd;
}
.contact-form .label {
    position: absolute;
    left: 15px;
    bottom: 11px;
    top: -17px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .form-field {
    position: relative;
    margin: 0 0 60px 0;
}
h1.get-in-touch-title {
    color: #fff;
    padding: 0 0 80px 0;
    text-transform: uppercase;
}

.contact_wrap .close {
    color: #fff;
}
.message-box {
    height: 100px !important;
}
.inputs {
    color: #103953 !important;
}
.contact_detail_row label {
    color: #103953;
    font-size: 18px;
}
.contact_row1 {
    margin-bottom: 60px;
}

/**/
.mobile_topbar {
    padding: 13px;
}
.mobile-menu {
    display: none;
}
.mobile-menu .circle {
    width: 35px;
    height: 35px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #005879;
    margin: 0 auto;
    font-size: 16px;
    /*position: absolute;*/
    /*right: 40px;*/
    /*top: 100px;*/
    /*z-index: 92;*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-menu .nveMenu.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.mobile-menu .nveMenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: translateX(-320px);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    padding: 40px 20px;
}
.mobile-menu .navlinks li {
    display: block;
    padding: 0 0 12px 0;
}
ul.navlinks a {
    color: #1e5675;
}
ul.navlinks .ger_btn1 {
    color: #fff;
}
.mobile-menu .dropdown-menu {
    /* display: none; */
    background-color: #f1f1f1;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.mobile-menu .dropdown-menu a {
    padding: 10px 0 10px 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
}
