/*General*/
body,p,h2,h1,h3,h4,h5,h6,label,span,div
{
  

    font-family: 'Open Sans', sans-serif;
   

}
body{
    padding-top:75px;
    font-weight:400;
}
p
{
  color: #4b4b4b;
  font-size: 14px;
  line-height: 23px;

}
/**/


/*Nav bar*/
.reginforce-nav{
    -webkit-transition: padding .5s ease;
transition: padding .5s ease;
height:75px;
background:#fff;
}
.reginforce-nav.shrink {

    height: 60px;
    background:#fff;
    

}
.reginforce-nav.shrink .reginforce-logo{
       -webkit-transition: all .5s ease;
transition: all .5s ease;
width: 85%;
/*transform: translate(-25%,-20%) scale(.6);
-moz-transform: translate(-25%,-20%) scale(.6);
-ms-transform: translate(35%,-20%) scale(.6);
-webkit-transform: translate(-25%,-20%) scale(.6);
-o-transform: translate(-25%,-20%) scale(.6);*/
    left:-12px;
}
.reginforce-logo{
     transition: all 0.3s;
    position:relative;
    bottom:-1.5rem;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
/*transform: translate(-6%,0) scale(1);
-moz-transform: translate(-6%,0) scale(1);
-ms-transform: translate(-20%,0) scale(1);
-webkit-transform: translate(-6%,0) scale(1);
-o-transform: translate(-6%,0) scale(1);*/
left:-27px;
}
.reginforce-nav span.logo-text 
{
    position:relative;
    width:70%;
}

.reginforce-nav span.logo-text img {
    position: absolute;
    top: 1.9rem;
    width: 100%;
    right:44px;
}


.reginforce-nav.shrink span.logo-text img {
    position: absolute;
    top: 1.2rem;
    right: 13px;
    
}


.reginforce-nav .nav-link.menu-link {
    font-size: 14px;
    color: #363636;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 27px;
    padding-bottom: 27px;
}


.reginforce-nav.shrink .nav-link.menu-link {
    font-size: 14px;
    color: #363636;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 19px;
    padding-bottom: 19px;
}


.reginforce-nav .nav-link.menu-link.active
{
    color:#34489e !important;
}
.reginforce-nav .nav-link.menu-link.active::after {
     width: 100%;
    background: #34489e;
    height: 5px;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
}
.reginforce-nav.shrink .navbar-toggler {
    margin-bottom: 0.4rem;
}

/*Only For Iphone*/
body.iphone .reginforce-logo
{
    top: 20px;
}

body.iphone .navbar .navbar-toggler {
    margin-bottom: 0;
    margin-top: 50px !important;
}

body.iphone .reginforce-nav span.logo-text img
{
    display:none;
}
/**/

/*Nab bar-End*/
/*----slider-----*/
.client-section{
    background-color:#fff;
    height: 350px !important;
}

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

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

.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;
}

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

.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);
}

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

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

/*Banner-section*/
.banner-main
{
  background: url(../images/banner.png) no-repeat center center;
  background-size: cover;
  min-height:calc(100vh - 75px);
}
.banner-bg
{
    background: #383ca4;
}
.banner-img
{
    min-height:calc(100vh - 114px);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
}
.banner-content
{
background: rgba(0,0,0,0.35);
padding: 30px;
}
.banner-head
{
    color: #ffffff;
  font-size: 30px;
    font-weight: 900;
    line-height: 0.91;
    letter-spacing: normal;
    
    text-transform: uppercase;
    position:relative;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.banner-head::after {

    width: 70px;
    background: #f19901;
    height: 5px;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;

}
.banner-subhead
{
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-weight: 700;
      padding-left: 15px;
}
.carousel .carousel-indicators li {
    max-width: 25px;
    height: 4px;
    border-radius: 0;
    cursor: pointer;
}
.custom-carousel-caption {
    position: absolute;
    z-index: 10;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
     -moz-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
          -o-transform:translateY(-50%);
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.enq-box {
    background-color: #fc9800;
    padding: 10px 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.enq-box a
{
    color:#fff;
    text-decoration:none;
}
/*Banner-section-End*/

/*About-section*/

h2.about-main-head {
    color: #34489e;
    font-size: 25px;
    font-weight: 900;
    text-transform:uppercase;
}

.about-section
{
  overflow: hidden;
}
.about-section .about-main-subhead
{
  color: #233d99;
  font-size: 20px;
  line-height: 25px;
  font-weight:600;


}
.about-section p{
    opacity: 0.95;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: rgba(75, 75, 75, 0.95);
}
.about-head
{
  font-size: 85px;
    font-weight: 800;
    line-height: 0.37;
    color: rgba(44, 62, 126, 0.2);
    text-transform: uppercase;

}
.about-subhead
{
  font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
   color: #233d99;
}
#about{
    overflow:hidden;
}
.about-subhead.blue-clr{
    color: #233d99;
    text-align: center;
    line-height: 1.38;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    margin-top: 25px;
}
.abt-img{
    position:absolute;
    top:0;
    width:80%;
}
/*About-section-end*/
.detiled-section
{
    background:url(../images/abt-reign-bg.png) no-repeat center center;
    background-size:cover;
}

.detail-head {

    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;

}

.detiled-section p.detail-subhead{
    color: #fff;
    line-height: 1.3;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
   
}
.detiled-section p {
    opacity: 0.95;
    color: rgba(255,255,255,0.95);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;

}

.img-center
{
    margin: auto;
    width: 75%;
}

/*Security-section*/

.security-section
{
  background-color: #fff;
}
.security-head
{
  color: #ffffff;
  font-size: 32px;
  line-height: 33px;
  font-weight: 800;
  text-transform: uppercase;
    margin-bottom: 40px;
}
.security-title
{
   color: #34489e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    
    margin-top: 20px;
    
    margin-bottom: 15px;
}
.security-subtitle
{
  opacity: 0.95;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: rgba(75, 75, 75, 0.95);
  
}
/*Security-section-end*/


/*Support-section*/
.support-section
{
  background-color: #eaeaea;
}
.security-head
{
  color: #34489e;
  font-size: 25px;
  line-height: 33px;
  font-weight: 800;
  text-transform: uppercase;
    margin-bottom: 40px;
}
.support-head
{
  color: #34489e;
  font-size: 25px;
  line-height: 33px;
  font-weight: 800;
  text-transform: uppercase;
    margin-bottom: 40px;
}
.support-title
{
    color: #34489e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    
    margin-top: 20px;
    
    margin-bottom: 15px;
    }
.support-subtitle
{
  opacity: 0.95;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: rgba(75, 75, 75, 0.95);
  
}
/*Support-section-end*/

/*Contact-section*/
#contact{
     background: #34489e;
}
.contact-title
{
  color: #fff;
  font-size: 25px;
    font-weight: 800 !important;
    line-height: 1.03;
    
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact-subtitle
{
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 18px;
    
    letter-spacing: normal;
    margin-bottom: 5px;
}

.reignforce-contact-form .form-group
{
    margin-bottom: 3rem;
}


.reignforce-contact-form .form-group .form-control
{
  border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 0.78125rem;
    font-weight: 500;
    line-height: 1.375rem;
    border-color: #fff;
    padding: 0;
    background: transparent;
    height: calc(1.5em + .75rem + 2px);
}
.reignforce-contact-form .form-group .form-control:focus {

    outline: none !important;
    box-shadow: none !important;

}
.reignforce-contact-form .form-group .form-control.reign-textarea
{
  resize: none;
  height: 33px;
}
.reignforce-contact-form .form-group label
{
  color: #fff;
  font-size: 14px;
  top: 5px;

}
.reignforce-contact-form .form-group label.active
{
  color: #fff;
  font-size: 14px;
  top: 13px;

}

.btn-reign
{
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px;
    margin-top: 30px;
    height: 35px;
    width: 150px;
    line-height: 5px;
    box-shadow: none;
}
button#submitbtn.btn.btn-reign:hover
{
  color: #233d99!important;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: .5rem 3rem;
}

input[type=text]:focus:not([readonly]),input[type=email]:focus:not([readonly])
{
    border-bottom:1px solid #fff;
}


#contact-address{
    background:#333;
}
#contact-address p{
    font-size:13px;
    color:rgba(255,255,255,0.9);
    opacity:0.7;
}
.footer-bottom{
    width:100%;
}
#contact-address a.footer-link
{
    color:rgba(255,255,255,0.9) !important;
}

 /* remove the original arrow */
    select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; 
     }

    select::-ms-expand {
        display: none;
    }

    .custom-icon {
        background-color: transparent;
        color: #fff !important;
        pointer-events: none;
        position: absolute;
        top: 5px;
        right: 0;
    }

   select option{
       padding-right: 21px;
       color:#333;
   } 
.md-form label.error,.md-form label.error.active {
    position: absolute;
    top: 35px;
    font-size: 12px;
    color: red!important;
}
.md-form label.error.active {
    top:60px!important;
}

.contact-link
{
    color:#bababa;
    text-decoration:none;
}
.contact-link:hover
{
    color:#fff;
    text-decoration:none
}

/*contact-section-end*/



/*Back-To-Top*/
.back-to-top
{
    display:none;
    color:#fff;
    background-color:#34489e;
    padding:5px 12px;
    border-radius:25px;
    position:fixed;
    right:25px;
    bottom:6rem;
    cursor:pointer;
}

/*Back-To-Top-End*/


.top-to-down
{
    
    color:#fff;
    background-color:#34489e;
    padding:5px 12px;
    border-radius:25px;
    position:fixed;
    right:65px;
    bottom:6rem;
    cursor:pointer;
}


/*Responsive*/
@media(max-width:991px){
    .navbar .navbar-toggler{
    margin-bottom: 0;

}
.abt-img{
    position:relative;
}
.navbar-collapse{
position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;

}
.navbar-nav{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: -1;
    border-top: 1px solid #eee;
}
.navbar-light .navbar-toggler-icon {

    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;

}
    .reginforce-nav {
    -webkit-transition: padding .5s ease;
    transition: padding .5s ease;
    max-height: 100%;
    height:60px;
    background-color: #fff;
}
body
{
    
    padding-top:60px;
}
.reginforce-nav.shrink {
    max-height: 100%;
    background: #fff;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.reginforce-nav .nav.navbar-nav.smooth-scroll {
    background-color: #fff;
    padding-top: 3rem;
}


.reginforce-nav.shrink .nav.navbar-nav.smooth-scroll {
    background-color: #fff;
}

.reginforce-logo {
    transition: all 0.3s;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
   /* transform: translate(-6%,0) scale(1);
    -moz-transform: translate(-6%,0) scale(1);
    -ms-transform: translate(-6%,0) scale(1);
    -webkit-transform: translate(-6%,0) scale(1);
    -o-transform: translate(-6%,0) scale(1);*/
    width: 150px !important;
    bottom: 2px !important;
    left:0 !important;
}

.reginforce-nav.shrink .reginforce-logo
{
     bottom: 5px !important;
}

.navbar-toggler{
    position:relative;
    top:-25px;
}

.navbar .container .navbar-toggler-right {
    position: absolute;
    top: 23px;
    right: 8px;
    border: 1px solid #34489e;
    border-radius: 7px;
    color: #34489e !important;
    font-size:.7rem !important;
}

.navbar.shrink .container .navbar-toggler-right {
    position: absolute;
    top: 13px;
    right: 8px;
    border: 1px solid #34489e;
    border-radius: 7px;
    color: #34489e !important;
    font-size:.7rem !important;
}


.reginforce-nav .nav-link.menu-link.active::after {
     width: 11%;
    background: transparent !important;
    height: 5px;
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    display:none;
}

.navbar>.container, .navbar>.container-fluid
{
    display: -webkit-flex;
}




.reginforce-nav span.logo-text img {
   position: absolute;
top: -1.2rem;
width: 100%;
}


.reginforce-nav.shrink span.logo-text img {
    position: absolute;
    top: -1.3rem;
}

.reginforce-nav .nav-link.menu-link {

    font-size: 14px;
    color: #363636;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #f2f2f2;

}
.reginforce-nav .navbar-nav .nav-item:nth-child(5) .nav-link.menu-link
{
    border-bottom:none;
}
.banner-img {
    
background-position:70% 10%;
}
 .top-to-down
{
    display:none !important;
}
}










/**/
@media (max-width: 767px)
{
    
    .banner-content{
        width:100%;
    }
    .banner-subhead{
        width: 100%;
/*list-style: none;*/
/*text-align: center;*/
display: block;
padding-left:15px;
font-size: 15px;

line-height: 18px;
    }
    .banner-img {
    height: calc(80vh - 75px);
min-height: 400px;
background-position:70% 10%;
}
.banner-content {

    padding: 3rem 0;

}
    .content-section img{
        display:block;
        margin:0 auto;
    }
    .banner-head{
        font-size: 25px;
line-height: 24px;
        text-align:left;
    }
    .banner-head::after {

   
    /*left: 50%;
    transform: translateX(-50%);*/
    }
    h1,h2,h3,h4,h5,h6,p{
        text-align:center;
    }
    .contact-subtitle, #contact-address p
    {
        *text-align:left;
    }
    .about-bg {
    background-color: #233d99;
    padding: 3rem !important;
}
    
    .about-head {
    font-size: 60px !important;
    font-weight: 800;
    line-height: 1 !important;
    color: rgba(44, 62, 126, 0.2);
    text-transform: uppercase;
}


.banner-content {

    padding: 1rem 1.1rem;

}
.detail-head {

    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;

}
.img-center {
    margin: auto;
    width: 50%;
}
.security-subtitle,.support-subtitle{
    margin-bottom:30px;
}





.navbar .container .navbar-toggler-right {
    position: absolute;
    top: 23px;
    right: 8px;
    border: 1px solid #34489e;
    border-radius: 7px;
    color: #34489e !important;
    font-size:.7rem !important;
}

.navbar.shrink .container .navbar-toggler-right {
    position: absolute;
    top: 13px;
    right: 8px;
    border: 1px solid #34489e;
    border-radius: 7px;
    color: #34489e !important;
    font-size:.7rem !important;
}

.custom-carousel-caption .row
{
    margin-right:0;
    margin-left:0;
}

}



@media (max-width:1199px)
{
    .reginforce-nav span.logo-text img {
   
    left: -2rem;
}
    
.reginforce-nav.shrink span.logo-text img {
    
    left: -2rem;
}

    
}



/*Only Iphone 5s*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
{
    .navbar-toggler{
    position:relative;
    top:0px;
}
.reginforce-logo {
    transition: all 0.3s;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 70% !important;
    bottom: -20px !important;
    left: 0 !important;
}
.reginforce-nav.shrink .reginforce-logo {
    bottom: -18px !important;
}

.reginforce-nav .nav.navbar-nav.smooth-scroll {
    background-color: #fff;
}


.reginforce-nav.shrink .nav.navbar-nav.smooth-scroll {
    background-color: #fff;
}
body.iphone .navbar .navbar-toggler {
    margin-bottom: 0;
    margin-top: 0 !important;
}
}

/*Responsive-end*/