@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,500i,700,700i');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  width: 100%;
  background: #fff
}

span {
  color: #1A86CA;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/*---Additional Form resets---*/

button, input[type="button"] {
  background: none;
}

:required {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*---Typographic Styling---*/

em, i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

pre, code {
  font-family: Monaco, Courier, monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after, {
  content: "";
}

/*---Interactive Element Settings---*/

a, input[type="submit"], input[type="button"], button, label[for] {
  cursor: pointer;
}

input[type="submit"], input[type="button"], button {
  -webkit-appearance: none;
}

/*---Misc. Element Styling---*/

img {
  -ms-interpolation-mode: bicubic;
}

.linksiz {
  font-size: 19px;
  line-height: 30px;
}

/* Proper box model */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* General styles */

::selection {
  background: #eb8f00;
  color: #fff;
}

::-moz-selection {
  background: #eb8f00;
  color: #fff;
}

::-webkit-selection {
  background: #eb8f00;
  color: #fff;
}

a {
  text-decoration: none;
  color: #327D9D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {}

a:active {}

a:visited {}

address {}

aside {}

b, strong {}

blockquote {}

button {
  cursor: pointer;
}

button:hover {}

button:active {}

caption, th, td {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 26px;
}

h2, h3, h4, h5, h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 22px;
}

.heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h6 {}

i, em {}

img {
  height: auto;
  max-width: 100%;
}

input, select, textarea {
  font-size: 13px;
}

input[type="text"], input[type="phone"], input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  height: 42px;
  padding: 4px 18px;
  width: 100%;
}

input[type=radio] {}

input[type=checkbox] {}

label {}

li {}

p {
  line-height: 26px;
  margin: 0 0 27px;
}

select {}

select option {}

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
}

textarea {
  height: 153px;
  resize: none;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #ccc;
  color: #666;
  margin: 0;
  vertical-align: top;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.m0 {
  margin: 0px 0px 0px 0px;
}

.wid:after, .wid:before, ul:after, ul:before, .social:after {
  display: block;
  content: "";
  clear: both;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #acacac;
}

:-moz-placeholder {
  opacity: 1;
  color: #acacac;
}

::-moz-placeholder {
  opacity: 1;
  color: #acacac;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #acacac;
}

*, :before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hidecal {
  display: none;
}

a.phn {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

a {
  text-decoration: none !important;
}

.rcapcha {
  border-radius: 3px;
  height: 75px;
  margin: 0 auto 6px;
  overflow: hidden;
  width: 100%;
}

/*##########################################    Menu    ##############################################################*/

.logo {
  float: left;
  margin: 10px 0 0 1px;
  width: 293px;
}

.logoRgt {
  width: 875px;
  height: 205px;
}

/*=========Listing==========*/

.listng.twoCol>li {
  float: left;
  width: 46%;
}

/*=========2 column Listing==========*/

.contRgt .wpcf7-not-valid-tip {
  height: 25px;
  top: 10px;
  line-height: 21px;
  font-size: 13px;
}

.sharedv {
  clear: both;
  padding-top: 20px;
}

/*=========Social Media==========*/

.social {
  float: left;
  width: 210px;
}

.social>ul, .socialFtr>ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.social li, .socialFtr li {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 3px;
}

.social li:nth-child(4) {
  margin-right: 0;
}

.social li:nth-child(5) {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.social li:nth-child(5) li {
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 -1px 0 0;
}

.social li:nth-child(5) li a {}

.social li a, .socialFtr li a {
  display: block;
  height: 100%;
}

.social li a:hover, .socialFtr li a:hover {
  opacity: 0.7;
}


.ulcn_List a::before {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  height: 25px;
  margin-right: 8px;
  padding: 4px 0;
  text-align: center;
  width: 25px;
}

.li_mail>a::before {
  content: "";
}

.li_phone>a::before {
  content: "";
}
.top-header{
  color: #fff;
  background-color: #284695;
}






.top-header ul li {
  display: inline-block;
}

.menuCvr {
 
 
  
  width: 100%;
  z-index: 99;
}

.li_mail {
  margin-left: 40px;
}

.ulcn_List a {
  vertical-align: middle;
 
  color: #ffffff;
}

.ulMenu a {
  color: #ffffff;
  display: block;
  padding: 13px 12px;
}

.ulMenu a:hover {
  background: #5383ff;
  color: rgb(255, 255, 255)
}



.ulcn_List {
  margin: 10px 0;
}
.ulcn_List a:hover{
  color:#fff !important;
}
.ulcn_List a:hover::before {
  background: #284695;
  color: #fff
}

.brand_logo {
  
}
.brand_logo img{
  width: 250px;}
.menu_bg {
  
  
  z-index: 200;
  box-shadow: 1px 1px 10px #7f7f7f;
  
  background: #fff none repeat scroll 0 0;
  margin: 0px 0 0;
  padding: 15px 0px;
  
  width: 100%;
}

.menu_bg::after {
  clear: both;
  content: "";
  display: block;
}

#home-announcements .container {
  position: relative;
}
#home-announcements{
  z-index: 20;
  position: relative;
}


#home-announcements .new-box{
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #274ba5;
  text-align: center;
  z-index: 22;
  position: absolute;
  left: 0px;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #ffffff;
 
  box-shadow: 2px 2px 5px #7f7f7f;
}

#home-announcements .new-box span div{
  display: inline;
}

@media only screen and (min-width: 320px) and (max-width: 480px){
  #home-announcements .new-box{
    left: 0px;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #ffffff;
   
    box-shadow: 2px 2px 5px #7f7f7f;
  }
  #home-announcements .new-box span div{
    display: none !important;
}

}

 #home-announcements .new-box span{
    color: #274ba5;  
  }

#home-announcements .new-box i{
  padding-right: 5px;
  margin-left: 5px;
  color: #666666;
  font-size: 20px;
}


.our-team .card {
  margin-bottom: 30px;
  box-shadow: 1px 1px 10px #7f7f7f4d;
  padding: 15px 10px;
  text-align: center;
 
}

.our-team .card .team-img{
  height: 175px;
  width: 175px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}







.our-team .card h5{

  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-size: 19px;
  
}
.our-team .card h6{
  font-weight: 400;
  
  color: #666;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  font-size: unset;
}
.our-team .card img{
  transition: all .5s;
}
.our-team .card:hover img{
transform: scale(1.2);
}

@media only screen and (max-width:1199px){
  /* .our-team .card .team-img{
    height:130px;
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
  }
   */

}
@media only screen and (max-width:991px){
  .our-team .card h5{

   
    font-size: 16px;
    
  }
  .our-team .card{
    height: 250px;
  }
  .our-team .card h6{
   
  
    font-size: unset;
  }
  div#riogallery2{
    /* margin: 0 !important; */
  }
  

}
@media only screen and (max-width:767px){
  .gallery_plugin .image-div{
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width:700px){

  #crumbs > a, #crumbs > span{
    font-size: 13px;
  }
}


@media only screen and (max-width:466px){
  .ft_links li{
    width: 49% !important;
  }
  .social{
    float: right !important;
    margin-right: 20px;
    margin-top: 17px;
  }
}
@media only screen and (max-width:991px){
  .social{
    float: right !important;
    margin-right: 20px;
    margin-top: 17px;
  }
}










.sidebar-collaps .list-group li{
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.sidebar-collaps .list-group  a{
  
  color: #363636;
}

/* .sidebar-collaps .list-group li a:hover{
  color: #0531a0;
}
.sidebar-collaps .list-group li a:active,
.sidebar-collaps .list-group li a:focus{
  color: #0531a0;
}
  */
 .sidebar-collaps .current_page_item a,  .sidebar-collaps .current-menu-item a{
  background-color: transparent;
  color: #0531a0;
  font-weight: 500;
 }






ul.social-icon-rio{
  list-style: none;
}
ul.social-icon-rio li{
  display: inline-block;
}

ul.social-icon-rio li a{
  
  
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #666666;
}

ul.social-icon-rio li a i{
  line-height: 30px;
}

ul.social-icon-rio li a:hover{

  background-color: #274ba5;
}

ul.social-icon-rio li a:hover i{
  color: #fff;
}











.sectionBg .container {
  position: relative;
}

.dap-tw-text::before {
  color: #081e59 ;
  content: "\f140";
  font-family: FontAwesome;
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -14px;
}



/* Main Slider */




.banner {
  display: flex;
  align-items: center;
  position: relative;

  height: calc(100vw*33/100);
  z-index: 11;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  
}


@media only screen and (max-width: 991px) {
  /* .banner {
    height: 50vh !important;
  }
   #myCarousel{
    height: 50vh !important ;
  }  */
}
@media only screen and (min-width: 320px) and (max-width: 700px) {
  .banner h1{
    font-size: 27px;
  }
  .banner p{
   padding-left: 25px;
   padding-right: 25px;
  }

  .banner p{
    width: 100% !important;
    }
    
  
  .banner-cap{
   text-align: center;
  }
  /* .banner {
    height: 40vh !important;
  } 
  #myCarousel{
    height: 40vh !important ;
  } */
  
  
  
}

@media only screen and (min-width: 701px) and (max-width: 970px){
  .banner-cap{
    padding-left: 40px;
  }
  .banner h1{
    width: 70%;
    font-size: 32px;
  }

}

@media only screen and (min-width: 971px) and (max-width: 1290px){
  .banner-cap{
    padding-left: 55px;
  }
  .banner h1{
    width: 70%;
    font-size: 38px;
  }

}















 
#myCarousel{
  height: calc(100vw*33/100);
}






.glyphicon {
  color: #081e59 ;

}
.banner::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff2f;
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
.carousel-control{
  width: 7%;
}
.carousel-control.left,
.carousel-control.right{
  z-index: 20
}
.banner h1{
  margin-bottom: 10px;
  
  color: rgb(0, 0, 0);
  font-family: 'Poppins', sans-serif;

}
.banner h2{
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.banner h1 span{
  color: #284695;
  font-weight: 300;
}

.banner p{
  width: 55%;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: rgb(0, 0, 0);
}


.banner-cap{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}















.btn-main{
  
  display: inline-block;
  margin-bottom: 0;
  margin-left: 25px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #284695;
  color: #fff;
  
}
.btn-main:hover{
  background-color: #011341;
  color: #fff;
}





section.aftr-bnr{
  background-color: #284695;
  width: 100%;
  padding: 60px 0;
}
section .sec-head h2{
  font-size: 35px;

  color: #fff;
  text-align: center;
  font-family: poppins;
  margin-bottom: 60px;
}
section .sec-head h2 span{
  font-weight: 400;
  color: #fff;
}


input.wpcf7-form-control.wpcf7-submit.btn.btn-serv:hover{
background-color: #274ba5;
}


section.aftr-bnr a.ico-box {
  background-color: #eeeeee;
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin:15px 0;
  border: 1px solid  rgb(124, 124, 124);
  
  width: 100%;
  min-height: 250px;
  display: block;
  transition: all .5s ease;

}

@media screen and (max-width: 480px) {
  section.aftr-bnr a.ico-box {
   
  
    min-height: 200px;
  
   
    
  
  }

   



}
  













section.aftr-bnr a.ico-box span{
  color: rgb(124, 124, 124);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

section.aftr-bnr a.ico-box .icon-img {
  width: 50px;
  margin-bottom: 10px;
  font-size: 43px;
  transition: all .5s ease;
}


section.aftr-bnr a.ico-box h6{
  text-transform: capitalize;
  color: rgb(124, 124, 124);
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  font-size: 17px;
  transition: all .5s ease;
  font-family: poppins;
  font-weight: 400;
}

section.aftr-bnr a.ico-box:hover{
  box-shadow: 2px 1px 1px #284795e0;;

}

section.aftr-bnr a.ico-box:hover h6 {
  color: #284795e0;

}
section.aftr-bnr a.ico-box:hover .icon-img {
  transform: scale(1.2);
  color: #284795e0;
}





section.service{
  background-attachment: fixed;
  
  background-image: url(../images/service.png);
  padding: 60px 0;

  z-index: 1;
}



section.service .sec-head h2{
  color: #284795e0;
}

section.service .sec-head h2 span{
  color: #000;
}

section.service .card{
margin-bottom: 30px;
 border-radius: 40px;
  padding-top: 40px;
  transition: all .5s ease;
  
  padding-bottom: 27px;
}

section.service .card .row{
 
}
section.service .card.br{
  border-right: solid 2px rgb(170, 170, 170);
}
section.service .card.bl{
  border-left: solid 2px  rgb(170, 170, 170);
}
section.service .card .sr{

}
section.service .card:hover{
  
  box-shadow: 2px 2px 20px #7f7f7f;
}



section.service .card .img-serv{
  height: 70%;
  overflow: hidden;
}

section.service .card .img-serv img{
  width: 100%;
  transition: all .5s ease;

}
section.service .card:hover .img-serv img{
  transform: scale(1.4);
}






section.service .card h5.card-title{

  margin-bottom: 15px;
  text-align: center;

  font-size: 20px;
}



section.service .card .btn-serv{
  margin-top: 40px;
  color: #fff;
  border-radius: 20px;
  padding: 12px 26px;
  background-color: #284695;
}

.modal-content .btn-serv{
  border-radius: 1px;
 
  color: #fff;
 
  padding: 0;
  background-color: #284695;
}

section.service .card .btn-serv:hover{
  background-color:transparent;
  
  border: 1px solid #284695;
  color: #284695;
  
}


section.service .in_content ul li{
padding-bottom: 15px;
}




section.service .serv-box{
  

  
  margin-top: 20px;
 
  
  height: 170px;
  transition: all .5s ease;
  /* border: solid 1px #7f7f7f31; */

}



section.service .serv-box:hover i{
  color: #5f5f5f;
  transform:  scale(1.2) translateY(-10px);
 
}
section.service .serv-box span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
section.service .serv-box i{
  transition: all .5s ease;
  color: #284695;
  font-size: 40px;
  margin-bottom: 10px;
}

section.service .serv-box h6{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: unset;
}













.btn-more {
  background: #2f5ac9 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  position: relative;
}

.btn-more::before {
  color: #fff;
  content: "";
  display: inline-block;
  float: left;
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  line-height: 20px;
  margin-right: 10px;
  position: static;
  top: -14px;
}

.about_sctn {
  /* background: #ffffff; */
}

.rea_btn::before {
  color: rgb(0, 0, 0);
  content: "";
  display: inline-block;
  float: left;
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  line-height: 20px;
  margin-right: 10px;
  position: static;
  top: -14px;
}

.section01 {
  background: #ffffff none repeat scroll 0 0;
  padding: 60px 0;
}

.ab_inDiv {
  padding: 40px 0px;
}

.ab_inDiv p {
  text-align: justify;
  color: rgb(46, 46, 46);
  font-weight: 300;
  line-height: 28px;
}

.ab_inDiv h1 {
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
}

.rea_btn {
  color: rgb(0, 0, 0);
  font-weight: 300;
  text-transform: uppercase;
}
.rea_btn-outer {
  padding: 10px 15px;
  color: #284695;
  font-weight: 300;
  border: 1px solid #284695;
  text-transform: uppercase;
}
.rea_btn-outer:hover{
  color: #ffffff;
  background-color:  #284695;
}
.col-sm-3.clmns {
  box-shadow: 3px 4px 10px -9px rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 29.1%;
}

.in_content {
  border-right: 1px solid #e8e8e8
}

.in_content {
  padding: 22px 35px;
}

.section01 .container {
  display: flex;
  flex-wrap: wrap;
}

.in_content li a::before {
  float: left;
  color: #284695;
  content: "";
  font-family: FontAwesome;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: -6px;
}

.in_content li a {
  color: #252525;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

.in_content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 13px;
}

.overlay_img {
  position: relative;
}

#news-event .item {
  transition: all .5s ease;
  padding: 20px 0;
}

#news-event .item:hover{
  background-color: #284695;
  transform: scale(1.1);
  box-shadow: 2px 2px 20px -6px rgba(0, 0, 0, 0.5);
}

#news-event .item:hover .img-content>p,
#news-event .item:hover .event_date,
#news-event .item:hover .event_date::before,
#news-event .item:hover .rea_btn,
#news-event .item:hover .rea_btn::before
 {
  color: #fff;
}









.ovrlay {
  box-shadow: 2px 1px 10px -6px rgba(0, 0, 0, 0.5);
  max-height: 325px;
  min-height: 324px;
  position: relative;
  z-index: 1;
}

.overlay_img::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

figcaption.img-content {
  padding: 50px 45px;
  z-index: 1;
}

.section02 h1 {
  color: #292929;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.section02 {
  padding: 50px 0;
}

.owl-nav {
  position: absolute;
  right: 0;
  top: -43px;
}

.owl-prev::after {
  border-radius: 50%;
  color: #393939;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 27px;
  height: 35px;
  left: 15px;
  padding: 4px 0;
  position: static;
  text-align: center;
  top: 11px;
  width: 35px;
}

.owl-next::after {
  border-radius: 50%;
  color: #393939;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 27px;
  height: 35px;
  padding: 4px 0;
  position: static;
  text-align: center;
  top: 11px;
  width: 35px;
}

#news-event .owl-nav div {
  float: left;
  font-size: 0;
  margin-left: 24px;
}

#news-event .owl-nav div:hover:after {
  color: #2f5ac9;
}

.event_date::before {
  color: #2f5ac9;
  content: "";
  font-family: FontAwesome;
  font-size: 21px;
  margin-right: 12px;
}

.overlay_img .event_date {
  color: #2f5ac9;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
}

.event_date {
  color: #2d2d2d;
  display: block;
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
}

.overlay_img .img-content>p {
  text-align: justify;
  height: 156px;
  overflow: hidden;
  color: #000000;
  font-weight: 300;
}

.img-content>p {
  color: #404040;
  font-weight: 300;
}

.rea_btn {
  color: #2f5ac9;
}

.rea_btn::before {
  color: #2f5ac9;
}

a:hover {
  color: #333
}

.in_adrs .li_mail {
  margin: 0;
}

.in_adrs .li_loc::before {
  content: "";
}

.in_adrs li::before {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  height: 30px;
  left: 0;
  margin-right: 8px;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  width: 30px;
}

.in_adrs .li_mail::before {
  content: "";
}

.in_adrs .li_mail a::before {
  content: none;
}

.in_adrs .li_phone::before {
  content: "";
}

.in_adrs .li_phone>a::before {
  content: none;
}



footer{
  padding: 30px 0;
}







.in_adrs li {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 7px !important;
  padding-left: 35px;
  position: relative;
}

.in_adrs a {
  color: #fff;
  font-weight: 300;
  line-height: 39px;
  vertical-align: middle;
}

.in_adrs {
  /* padding: 45px 0 30px; */
}

footer {
  background-color: rgb(24, 24, 24);
  /* background: rgba(0, 0, 0, 0) url("../images/footer_bg.jpg") no-repeat scroll 0 0; */
  position: relative;
  z-index: 0;
}

footer .left_adrs::before {
  /* background: #284695 none repeat scroll 0 0; */
  content: "";
  display: block;
  height: 100%;
  left: -50%;
  position: absolute;
  width: 50%;
}

.ft_links li {
  display: inline-block;
  width: 32%;
}

.ft_links a {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}



.quick_btn {
  background: #ffffff none repeat scroll 0 0;
  color: #333;
  display: inline-block;
  font-weight: 500;
  margin: 10px 0 30px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.social i {
  color: #fff;
  font-size: 17px;
}

.social li, .socialFtr li {
  float: left;
  height: 26px;
  margin: 0 13px;
  width: auto;
}

.social {
  width: auto;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
}

.ls_div p {

  color: #cccccc;
  font-size: 13px;
  margin: 0;
}

.ls_div {
  width: 100%;
  text-align: center;
  background-color: #000;
 
  padding: 12px 0 7px;
}

footer::after {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  bottom: 44px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.ab_inDiv .rea_btn {
  color: rgb(0, 44, 187);
}

.ab_inDiv .rea_btn::before {
  color: rgb(0, 1, 80);
}

.overlay_img .rea_btn {
  color: rgb(22, 22, 22);
}

/*.ab_inDiv .rea_btn:hover:before{padding-left: 10px;}*/

.rea_btn:hover {
  padding-left: 6px;
}

.overlay_img .rea_btn::before {
  color: rgb(0, 1, 80);
}

footer .ft_links a:hover {
  color: #0048ff
}

.in_adrs a:hover {
  color: #ccc
}

.quick_btn:hover {
  background: #284695;
  color: #fff
}

.social a:hover i {
  color: #284695
}

.ls_div a {
  color: #fff
}

.ls_div a:hover {
  color: #284695
}

.ovrlay .rea_btn {
  bottom: 33px;
  position: absolute;
}

.inner-content {
  padding: 60px 0;
}

.inner-content h1 {
  color: #343434;
  font-size: 32px;
  line-height: 28px;
  margin-bottom: 25px;
}

.inner-content p {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.inner-banner {
  height: 250px;
  
  
  position: relative;
}





.banner-content {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 5;
}

.banner-content h1 {
  font-size: 34px;
  margin-bottom: 5px;
  color: #fff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.664);
}

.inner-content p {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: justify;
}

.col-sm-4.in_image {
  padding: 0 20px 0 0;
}

.inner-content .sidebar h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.inner-content .col-sm-9 {
  padding-right: 50px;
}

.content_area li {
  color: #7f7f7f;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  
    text-align: justify;
 
  padding-left: 20px;
 
  position: relative;
}

.content_area ol li{
  padding-left: 7px;
}

.content_area ol{
  margin-left: 15px;
}



.content_area a {
  color: #252525;
  position: relative;
}

.sidebar a {
  color: #252525;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}

.sidebar a:hover {
  padding-left: 25px;
}

.sidebar li a::before {
  color: #2f5ac9;
  content: "\f0f3";
  font-family: FontAwesome;
  font-size: 15px;
  left: 0;
  position: absolute;
  top: -3px;
}

.content_area ul li::before {
  color: #2f5ac9;
  content: "\f101";
  font-family: FontAwesome;
  font-size: 26px;
  left: 0;
  position: absolute;
  top: 0;
}

.content_area>ul {
  margin-bottom: 20px;
}

.in_sidebar>ul {
  margin-bottom: 30px;
}

.col-sm-3.sidebar {
  background: #f5f5f5 url("../images/sidebar_bg.png") no-repeat scroll 0 0 / cover;
  box-shadow: 0 0 10px -7px #000;
  padding: 30px 30px 0;
}

.inner-banner::after {
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, .5) linear-gradient(to right, rgba(40, 70, 149, .8), rgba(0, 0, 0, .6)) repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  
  position: absolute;
  height: 100%;
}

.inner-content table {
  margin: 0 0 25px;
  width: 100%;
}

.inner-content table th {
  background-color: #eee;
  border-bottom: 1px dotted #ccc;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  font-weight: normal;
  padding: 5px 15px;
  text-align: left;
}

.inner-content table td {
  border-bottom: 1px dotted #ccc;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 15px;
  text-align: left;
}

.inner-content h2, .inner-content h3, .inner-content h4, .inner-content h5, .inner-content h6 {
  color: #284695;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
}

.map-container iframe {
  width: 100%;
  height: 350px;
}

.inr_cntnt {
  margin-bottom: 40px;
}

.conts-page .col-md-5.left_adrs {
  background: #f5f5f5 url("../images/sidebar_bg.png") no-repeat scroll 0 0 / cover;
  padding: 42px;
}

.adrs-ls p {
  color: #333;
  margin-bottom: 10px;
}

.adrs-ls a {
  color: #333;
}

.adrs-ls a:hover {
  color: #2f5ac9
}

.adrs-ls li {
  padding-left: 40px;
  position: relative;
}

.adrs-ls .lctn::before {
  content: "";
}

.adrs-ls .mal::before {
  content: "";
  top: -7px;
}

.adrs-ls .cnphne::before {
  content: "";
}

.adrs-ls li::before {
  color: #2f5ac9;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 19px;
  height: 30px;
  left: 0;
  margin-right: 8px;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  width: auto;
}

.col-md-7.form_right {
  padding-left: 60px;
}

input[type="text"], input[type="phone"], input[type="email"],input[type="tel"]  {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  height: 37px;
  padding: 4px 18px;
  width: 100%;
}

textarea{
  border: 1px solid #ccc;
  border-radius: 0;
  color: #666;
  font-size: 12px;
  font-weight: normal;
 
  padding: 4px 18px;
  width: 100%;
}




.cnFrmInn>li {
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 50%;
}

.cnFrmInn li:nth-child(5) {
  width: 100%;
}

input[type="submit"], input[type="button"], button {
  background: #2f5ac9 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  height: 35px;
  text-transform: uppercase;
  width: 120px;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover {
  background: #0a2364;
}

.cnFrmInn input:focus, .cnFrmInn textarea:focus {
  border: 1px solid #2f5ac9;
}

.cnFrmInn textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  height: 140px;
  margin: 0;
  padding: 12px 18px;
  resize: none;
  vertical-align: top;
  width: 100%;
}

#contact.inner-content {
  padding-bottom: 0;
}

.downloads>li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
  padding-left: 40px;
}

.downloads>li::before {
  content: "";
}

.downloads a.dw_btn {
  background: #284695 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  padding: 0 18px;
  position: absolute;
  right: 0;
}

.downloads p {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.downloads small {
  font-style: italic;
  color: #666
}

.downloads a.dw_btn:hover {
  background: #284695;
}

.gallery h3 {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  padding: 2px 10px;
  text-align: center;
}

.gallery a {
  display: block;
  overflow: hidden;
}

.gallery a img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%
}

.gallery .filtr-item:hover h3 {
  background: #284695;
  padding: 2px 10px;
  color: #fff
}

.gallery a:hover img {
  transform: scale(1.1);
}

@media screen and (min-width: 1600px) {
  footer {
    /* background: rgba(0, 0, 0, 0) url("../images/footer_bg.jpg") no-repeat scroll 0 0 / cover; */
    position: relative;
    z-index: 0;
  }
  #carousel .img-responsive {
    background-size: cover;
    height: 80vh;
    width: 100%
  }
  footer .left_adrs::before {
    /* background: #284695 none repeat scroll 0 0; */
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
  
  }
}

@media screen and (min-width: 1000px) {
  .quciLink {
    display: none;
  }
}

.carousel-indicators {
  bottom: 20px;
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

@media only screen and (max-width:1250px) {
  footer {
    overflow: hidden;
  }
  /* .container {
    width: 100%;
    padding: 0 15px;
  } */
}

@media only screen and (max-width:1200px) {
  .li_mail {
    margin-left: 10px;
  }
  .brand_logo img {
   
    width: 225px;
  }
  .menu li a {
    color: #2d2d2d;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    padding: 2px 8px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .menuD {
    float: right;
    padding: 9px 5px 9px 0;
  }
  .ulMenu a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    padding: 13px 9px;
  }
  .menu_bg {
    box-shadow: 1px 1px 10px #7f7f7f;
   
    background: #fff none repeat scroll 0 0;
    
   
  }
  .carousel-caption h2 {
    color: #eee;
    font-size: 42px;
    font-weight: 600;
    line-height: 44px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .carousel-caption {
    bottom: auto;
    box-shadow: none;
    left: 50%;
    margin-left: -225px;
    margin-top: -67px;
    padding-bottom: 30px;
    position: absolute;
    right: auto;
    text-align: center;
    text-shadow: 0 0 0;
    top: 50%;
    width: 550px;
    z-index: 1;
  }
  .quick_btn {
    background: #ffffff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 30px;
    padding: 10px 9px;
    text-transform: uppercase;
  }
  .social li, .socialFtr li {
    float: left;
    height: 26px;
    margin: 0 8px;
    width: auto;
  }
  .ls_div p {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
  }
  .ulcn_List a {
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
  }
}

@media only screen and (max-width:991px){
  .clmns_in img {
    margin-top: 115px;
  }
}
@media only screen and (max-width:767px){
  .clmns_in img {
    display: none;
  }

  .in_adrs{
    padding-bottom: 10px;
 
  }

  .left_adrs{
    border-bottom: #707070 1px solid;
  }
  .ft_right{
    padding-top: 20px; 
  }

}













@media only screen and (max-width:1000px) {
  .ulMenu {
    display: none;
    position: absolute;
    z-index: 111;
  }
  .menu li a {
    color: #2d2d2d;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    padding: 2px 16px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .about_sctn {
    /* background: #284695 none repeat scroll 0 0; */
    margin-bottom: 30px;
   
  }

  @media only screen and (max-width:991px) {
    .wp-block-image .alignleft img{
     width: 321px;
    }

    .our-team .card .team-img {
      width: 120px;
      height: 120px;
    }
    .our-team .card h5{
      font-size: 15px;
    }
    .our-team .card h6{
      font-size: 12px;
      height: 50px;
    }


  }












  .ab_inDiv {
    padding: 35px 0px;
  }
  .col-sm-3.clmns {
    box-shadow: 3px 4px 10px -9px rgba(0, 0, 0, 0.5);
    padding: 0;
    width: 50%;
  }
  .clmns_in>img {
    width: 100%;
  }
  
  .in_adrs {
    /* padding: 15px 0 0; */
  }
  .in_adrs li {
    margin-bottom: 4px !important;
  }
  footer {
    /* background: rgba(0, 0, 0, 0) url("../images/footer_bg.jpg") no-repeat scroll 0 0 / cover; */
    position: relative;
    z-index: 0;
  }
  /* .ft_right .col-sm-9 {
    width: 100%;
  } */
  
  .ft_links {
    margin-bottom: 20px;
  }
  .quick_btn {
    background: #ffffff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 16px;
    padding: 10px 9px;
    text-transform: uppercase;
  }
  .section02 h1 {
    color: #292929;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
  .ab_inDiv h1 {
    
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .carousel-caption h2 {
    color: #eee;
    font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
}

@media only screen and (max-width:767px) {
  .ulcn_List a {
    vertical-align: middle;
    color: #ffffff;
    font-size: 11px;
  }
  .li_mail {
    margin-left: 5px;
  }
  .ulcn_List a::before {
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    height: 22px;
    margin-right: 8px;
    padding: 3px 0;
    text-align: center;
    width: 22px;
  }
  .ulcn_List .li_mail>a::before {
    content: "";
  }
  .ulcn_List .li_phone>a::before {
    content: "";
  }
  .carousel-caption {
    bottom: auto;
    box-shadow: none;
    left: 50%;
    margin-left: -225px;
    margin-top: -67px;
    padding-bottom: 30px;
    position: absolute;
    right: auto;
    text-align: center;
    text-shadow: 0 0 0;
    top: 50%;
    width: 100%;
    z-index: 1;
  }
  .dap-tw-logo>i {
    display: block;
    margin: 0 auto;
    width: 27px;
  }
  .dap-tw-logo {
    background: #2f5ac9 none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    height: 48px;
    left: 15px;
    padding: 15px 3px;
    position: absolute;
    text-align: center;
    top: -48px;
    width: 50px;
    z-index: 11;
  }
  
  .dap-tw-logo::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #2f5ac9;
    bottom: -10px;
    content: "";
    height: 0;
    left: 17px;
    position: absolute;
    width: 0;
  }
  .dap-tw-text {
    color: #000;
    font-size: 13px;
    padding-left: 20px;
    position: relative;
  }
  .section01 {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 30px 0;
  }
  .carousel-caption h2 {
    color: #eee;
    font-size: 31px;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .btn-more {
    background: #2f5ac9 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 8px 14px;
    position: relative;
  }
  .col-sm-3.clmns {
    box-shadow: 3px 4px 10px -9px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
  }
  .section02 h1 {
    color: #292929;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: left;
  }
  .section02 {
    padding: 20px 0;
  }
  figcaption.img-content {
    padding: 27px 25px;
    z-index: 1;
  }
  .ovrlay {
    box-shadow: 2px 1px 10px -6px rgba(0, 0, 0, 0.5);
    max-height: 297px;
    min-height: 0;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .social {
    float: none;
    width: auto;
  }
  footer::after {
    content: none;
  }
  .row.ls_div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ovrlay.overlay_img {
    background-size: cover !important;
  }
  .ab_inDiv {
    padding: 20px 15px;
  }
  .brand_logo {
    display: inline-block;
    left: -7px;
    margin-left: -6px;
    position: static;
    top: -13px;
    width: 180px;
  }
  a.menu-link {
    display: block;
    float: right;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 8px;
    width: auto;
  }
  .menuD {
    float: right;
    padding: 9px 5px 9px 0;
  }
  .menuCvr {
    
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    z-index: 99;
  }
  .menu_bg {
    box-shadow: 1px 1px 10px #7f7f7f;
    
    background: #fff none repeat scroll 0 0;
    margin: 22px 0 0;
    position: static;
    padding: 10px 0px;
  }
  .menu {
    margin: 0 !important;
    position: absolute;
    right: -100%;
    top: 69px;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 2147483647;
  }
  .top-header .col-sm-4 {
    float: left;
    width: auto;
  }
  .quciLink {
    background: #284695 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px;
    position: absolute;
    right: 0;
  }
  .quciLink i {
    color: #fff;
  }
  .ulMenu {
    background: #2f5ac9 none repeat scroll 0 0;
    display: none;
    left: 0;
    padding: 10px 12px;
    position: absolute;
    text-align: left;
    top: 34px;
    width: 100%;
    z-index: 111;
  }
  .ulMenu a {
    color: #fff;
  }
  .menu_bg {
    box-shadow: 1px 1px 10px #7f7f7f;
   
    background: #fff none repeat scroll 0 0;
    margin: 0;
    
  }
  .carousel-caption h2 {
    color: #eee;
    font-size: 26px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
  .btn-more {
    background: #2f5ac9 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 8px 14px;
    position: relative;
    font-weight: 300;
  }
  .col-md-7.form_right {
    margin: 20px 0 0;
    padding-left: 15px;
  }
  .cnFrmInn>li {
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
  }
  .conts-page .col-md-5.left_adrs {
    background: #f5f5f5 url("../images/sidebar_bg.png") no-repeat scroll 0 0 / cover;
    padding: 30px 15px;
  }
  #contact.inner-content {
    padding: 0;
  }
  .inner-content {
    padding: 20px 0;
  }
  .col-sm-3.sidebar {
    background: #f5f5f5 url("../images/sidebar_bg.png") no-repeat scroll 0 0 / cover;
    box-shadow: 0 0 10px -7px #000;
    padding: 30px 30px 10px;
  }
  .inner-content h1 {
    color: #343434;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .col-sm-4.in_image {
    padding: 0 20px 15px 0;
  }
  .banner-content h1 {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding-right: 10px;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }
  .banner-content {
    bottom: 8px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  .inner-content .col-sm-9 {
    padding-right: 15px;
  }
  .downloads a.dw_btn {
    background: #284695 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0;
    
    right: 0;
    text-align: center;
    width: 112px;
  }
  .downloads>li:last-child {
    border: 0 none;
  }
  section .sec-head h2 {
    font-size: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width:480px) {
  .col-xs-6.col-sm-4.col-md-3.filtr-item {
    width: 100%;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.ab-img {
  margin-top: 40px;
}




#service .service-blk{
  padding: 30px 20px;
  padding-bottom: 20px;
  
  text-align: center;
 
  border: solid 1px #dfdfdf;
}

#service .service-blk span i{
  margin-bottom: 12px;
  color: #2f5ac9;
  font-size: 30px;
}

#service .service-blk span h6{
  margin-bottom: 10px;
  color: #5f5f5f;
  font-size: 17px;
  text-transform: uppercase;
}
#service .service-blk .btn-serv{
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #284695;
}


#service .service-blk .btn-serv:hover{
  background-color:transparent;
  
  border: 1px solid #284695;
  color: #284695;
  
}


.card.blog{
  padding: 20px;
  border: solid 1px #5f5f5f49;
}

.btn-serv{
  margin-top: 10px;
  color: #fff;
  border-radius:none;
  padding: 12px 26px;
  background-color: #284695;
}
.btn-serv:hover{
  background-color: #041747;
  color: #fff;
}
#loan{
  padding-top: 70px;
}
#loan .card-title{
  padding-top: 30px;
}
#loan .card-text{
  text-align-last: center;
}

#loan .card-img-top{
  
  filter: grayscale(80%);
  transition: all .5s ease;

}
#loan .card{
  overflow: hidden;
  cursor: pointer;
}
#loan .card:hover .card-img-top{
  transform: scale(1.1);
  filter: grayscale(0%);

} 



.news-event .event-img{
  margin-right: 15px;
  
  width: 100%;
}

@media only screen and (max-width:767px){
  .news-event .event-img{
    margin-bottom: 15px;
    float: none;
    
   
  }
  .news-event .blog .btn-serv{
    float: unset;
  }
  

}








.news-event .blog{
  margin-bottom: 15px;
}



.news-event .blog h6,
.news-event .content_area h6{
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
  font-size: 14px;
  color: #a3a3a3;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}






.news-event .blog h3,
.news-event .content_area h3{
  text-transform: capitalize;
 
  font-weight: 400;
  font-size: 27px;
}
.news-event .blog p{
  overflow: hidden;
  height: 115px;
  
  margin-bottom:10px;
}

.news-event .blog .btn-serv{
 
  float: right;
  font-size: 13px;
  padding: 5px 8px;
}


.news-event.single .event-img img{
  float: left;
}

.col-sm-6.in-event.pull-left{
  padding-left: 0 !important;
}

.col-sm-6.in-event img{
  width: 100%;
}





.gallery_plugin h5.albmTitle{
  font-size: 18px;
  color: #000;
  text-align: center;
  bottom: -10px;
  font-weight: 500;
}









/* sidebar-collaps */



@media only screen and (max-width:767px){
  .sidebar-collaps{
    margin-top: 25px !important;
  }
}




@media only screen and (max-width:991px){
  .footer-container{
    width: 100%;
  }
  .sidebar-collaps{
    /* display: none; */
  }
  .panel-title a {
   font-size: 12px !important;
  }
  .panel-collapse ul li a{
    font-size: 12px !important;
  }

  .quick_btn {
    font-size: 12px;
    
    
    font-weight: 400;
    margin: 10px 0 16px;
    padding: 7px 6px;
   
  }
  .social i{
    font-size: 14px;
  }
}



.sidebar-collaps h4{
  text-transform: uppercase;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  font-size: unset;

}
.panel-heading{
  transition: all .5s;
}
.panel-heading:hover{
  background-color: #274ba5;
}
.sidebar-collaps .panel-rio{
  background-color: #0f2458;
}
.panel-title a{
  display: block;
  width: 100%;
}
.panel-title a:hover{
  color: #fff;
}

.gallery .img-blk a{
  z-index: 1;
  color: #fff;
  
  position: relative;
}
.gallery .img-blk a span{
  padding: 10px;
  text-align: center;
  align-items: center;
  display: flex;
  transform: all .5s;
  width: 100%;
  height: 100%;
  background-color: #1A86CA;
  top: 0;
  position: absolute;
  opacity: 0;
}
.gallery .img-blk a:hover span{
  
  opacity: .7;

}
.gallery .img-blk a span::after{
  margin: 15px;
  content: '';
  z-index: -1;
  position: absolute;
  
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  border: solid 2px #ffffff;
}

.gallery .img-blk a h3{
  z-index: 10;
  color: #fff;
  text-align: center;
}

#video-popup iframe{
  width: 100%;
  height: 400px;;
}

#video-popup .modal-content,
#video-popup .modal-body,
#video-popup .modal-header{
  padding: 0;
}
#video-popup .modal-header{
  position: relative;
}
#video-popup button.close{
  display: block;
  z-index: 10000;
  top: -35px;
  right: -20px;
  color: #fff;
  position: absolute;
  background: #0531a0;
  opacity:1;
  height: 30px;
  width: 30px;
  border-radius: 50%;

}

#video-popup .modal-dialog{
 
  margin-top: 100px;
}



@media only screen and (max-width: 767px){
  #video-popup .modal-dialog{
    margin-left: 25px;
    margin-right: 25px;
    
  }

}








#Enquiry .modal-header .close{
  text-align: right;
}
#Enquiry .modal-header .close:hover{
  background-color: unset;
}
/* #Enquiry input[type="submit"]:hover, input[type="button"]:hover, button:hover{
  background-color: transparent;
} */

#Enquiry  .modal-content{

}

.btn-more.download{
  color: #fff;

}

.news-event .blog .download-p p{
  height: unset;
}

.menu li a{
 
}




#preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
#status {
  /* background: rgba(0, 0, 0, 0) url(../images/loader1.gif) no-repeat scroll center center / 100% auto; */
  height: 100vh;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 111111;
}


.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #0531a0;
  }
  40% {
    stroke: #0531a0;
  }
  66% {
    stroke: rgb(51, 51, 51);
  }
  80%,
  90% {
    stroke: rgb(51, 51, 51);
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #0531a0;
  }
  40% {
    stroke: #0531a0;
  }
  66% {
    stroke: rgb(51, 51, 51);
  }
  80%,
  90% {
    stroke: rgb(51, 51, 51);
  }
}


.showbox {
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}



.our-team {
  
}











/* emi calculator */


/* emi calculator */


.emi-calc{
  padding: 15px;
  border: 1px solid #666;
  width: 40%;
}
  


button.btn.emi-btn{
 
  color: #fff;
  border-radius: 40px;
  transition: all .5s;
  background-color: #284695;
}
button.btn.emi-btn:hover{
  border: 1px solid #284695;
  background-color: transparent;
  color:  #284695;
}
button.btn.emi-btn2{
  background-color: transparent;
  color:  #284695;
  border: 1px solid #284695;
  border-radius: 40px;
  transition: all .5s;
  
}
button.btn.emi-btn2:hover{
  border: 1px solid #284695;
  color: #fff;
  
  background-color: #284695;
}

.emi-result {
  border-radius: 40px;
  background-color: #2847950e;
  text-align: center;
  padding-top:50px;
  font-size: 20px;
  width: 100%;
  border: 1px solid #2847953a;
  height: 250px;
}
.emi-result h2{
  font-weight: 400;
  font-size: 30px;
}



.intr-sec{
  border-radius: 20px;
  overflow: hidden;
  /* background-image: url(https://rdcnewscdn.realtor.com/wp-content/uploads/2016/09/what-is-interest-1024x576.jpg); */
  height: 100%;
  z-index: 1;
  position: relative;
  background-size: cover;
/* border: 1px solid #000;} */
}
.intr-sec::after{
position: absolute;
content: '';
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
background-color: rgba(255, 255, 255, 0.699);
}
.col-sm-5.clmns{
  height: 100%;
}

.intr-sec{
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  z-index: 1;
  position: relative;
  background-size: cover;
  /* background-image: url(https://dxly64rivl8wj.cloudfront.net/uploads/news/2015/07/97dc9b9c37f32c2.png); */
 
border: 1px solid rgba(63, 63, 63, 0.295);
}

.sidebar-collaps .intr-sec{
  border-radius: 0;
}



.sidebar-collaps .intr-sec h4 {
 
  padding: 10px 15px;
  background-color: #0f2458;
  text-transform: uppercase;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  margin: 0;
  color: #ffffff !important;
  font-size: 20px;
  margin-top: 5px;
  
}
.sidebar-collaps .intr-sec li{
 
  margin: 10px 0 !important;
  font-weight: 500;
  font-size: 16px;
}
.sidebar-collaps .intr-sec h4 {
  font-size: 17px;
}





.intr-sec:hover:after{
  background-color: rgba(255, 255, 255, 0.863)
}


.intr-sec::after{
  transition: all .5s;
position: absolute;
content: '';
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
background-color: rgba(255, 255, 255, 0.719)
}
.col-sm-5.clmns{
  height: 100%;
}


.intr-sec h4{
  padding: 10px 15px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom:0;
  color: rgb(0, 0, 0) !important;
  /* border-bottom: 1px solid #00000038 ; */
}
.intr-sec h5{
  font-weight: 500;
  margin-bottom:0;
  font-size: 23px;
  color: #0531a0;
 
}
.intr-sec li{
  text-align: center;
  margin: 10px 0 !important;
  font-weight: 500;
  font-size: 17px;

}
.intr-cap{
 position: relative;
top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
}
marquee {
  text-align: center;
  height: 84%;
}


.mar-hd{
  margin-bottom: 10px;
  color:#000;
}

#about .panel-group{
  margin-bottom: 0;
}