html, body{
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat',sans-serif;
}


::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: #a5a5a5; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #808080; 
}

.navbar-inverse .navbar-nav>li>a {
   font-weight: 520;
    letter-spacing: 0.5px;
    font-size: 11px;
    color: #fff;
}

/*.navbar-inverse .navbar-nav>li>a:hover {
    border-bottom: 1px solid #fff;
    transition: 0.2sec;
}
*/

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.body-sec {
  background: url(../images/brk_slide-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: Montserrat;
}
#service {
  background: url(../images/brk_slide-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 170px 0px;
}
.navbar-nav>li>a{
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 11px;
}
.sticky {
  position:fixed;
    width:100%;
  top: 0;
  z-index: 2;
  background-color: #2775ff;
  padding: 15px 0px 15px 0px;
}

.ld-cont .ld-inner{
    padding: 122px 0px 90px 0px;
}
.widget {
    padding: 60px 0px 90px 0px;
}
.thumbnail_timer h4{
    font-size: 20px;
    color: #fff;
    padding: 10px;
}
.ld-inner h1 {
    color: #2a2b2f;
    font-weight: 550;
}
h4 {
    line-height: 2.5rem;
    font-size: 15px;
    color: #525050; 
}
#about {
    padding: 85px 0px 50px 0px;
}
#about h1 {
    color: #2a2b2f;
    font-weight: 550;
    font-size: 2em;
}
#about p {
    font-size: 15px;
    line-height: 2rem;
    letter-spacing: 0.5px;
}

#about h3 {
    font-size: 1.5em;
    color: #2775ff;
}
#about h4 {
    font-size: 22px;
    color: #303030;
    font-weight: lighter;
    line-height: normal;
}
.sub-cont {
    width: 80%;
    margin: 0 auto;
    background-color: azure;
}
.navbar-default {
    border-bottom: 1px solid #424242;
}
#more {display: none;}

.navbar-collapse collapse in {
    background-color: #00226f;
}

#demo p{
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    color: #a19d9d;
    font-weight: 500;
}
.btn-info {
    min-width: 200px;
    border-radius: 30px;
    min-height: 50px;
    background-color: #7620c6;
    font-weight: 600;
    letter-spacing: 1px;
}
/* #2775ff */

.hd-sec {
    padding: 30px;
}
.body-cont {
    padding-bottom: 40px;
}
.body-cont ul li{
    font-size: 18px;
    font-weight: 600;
    border-right: 1.5px solid #fff;
    padding: 20px;
    margin-top: 35px;
}
.body-cont ul li span{
    font-weight: 550;
}
.ftr-cont{
    padding: 30px;
}

.thumbnail_timer {
    background-color: #0dacff;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
}
@media (max-width: 767px){
    .top-bar {
        display: none;
    }
    .body-sec {
        background: none;
    }
    .ld-cont {
        padding: 50px;
    }
    .navbar-header {
        background-color: #2775ff;
        padding: 5px 0px 5px 0px;
        
    }
    #myNavbar {
        background-color: #2775ff;
        
    }
    .carousel-inner{
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
  .ld-inner {
      margin-top: -80px;
  }
}

.abt_sub2 h1 {
   color: #fff;
   font-size: 2em;
   font-weight: 550;
}
.vc_column-inner{
    width: 100%;
}
.wpb_wrapper {
    width: 67%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
@media screen and (max-width: 767px) {
  .wpb_wrapper {
      width: 100%;
  }
    
}

.wrapper_cont {
    padding: 50px 0px 0px 0px;
    width: 100%;
    margin: 0 auto;
}
.wrapper_cont h2{
    font-size: 2em;
    color: #fff;
    font-weight: 500;
}
.wrapper_cont p{
    font-size: 15px;
    color: #fff;
}
.wrapper_cont h1{
    font-size: 2em;
    color: #fff;
    font-weight: 600;
}

/* Image_Grid */

.img_row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.pill-nav {
    width: 80%;
    margin: 0 auto;
}
.pill-nav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 25px;
  text-decoration: none;
  font-size: 15px;
  border-radius: 3px;
  color:#0f5ae0;
  padding-top: 50px;
}
.fa fa-codepen {
    font-size: 35px;
}

.pill-nav a:hover {
  background-color: #fff;
  color: #0f5ae0;
  border-bottom:3px solid #00c6ff;
  transition: all .2s ease-in-out;
  transform: scale(1.2);
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
     border-radius: 5px;
}

.pill-nav a.active {
  background-color: #fff;
  color: #0f5ae0;
  border-bottom:3px solid #00c6ff;
}
.hdline{
    padding: 45px 0px 45px 0px;
}
.hdline h1{
    font-weight: 600;
    font-size: 42px;

}
.hdline h2{
    font-weight: normal;
    color: #2775ff;
}
.hdline p {
    font-size: 18px;
    padding: 20px;
}

  #myCarousel {
  width: 60%;
  margin: 0 auto;
  padding: 60px;
  }
.carousel-inner {
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    #myCarousel{
        width: 100%;
        
    }
 
}
.grd_container {
  padding-top: 20px;
}

.content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.9); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 80%;
}
.grd_container img:hover {
  opacity: 0.7;
  background-color: #000;
  transition: .3s ease;
}

.grd_container .content h2 {
    font-size: 14px;
     color: #fff;
}

@media screen and (max-width: 767px) {
  .grd_container img {
      width: 80%;
      margin: 0 auto;
      padding: 10px;
  }
}

#fdb_sldr_inner{
    width: 100%;
    /*background-image: linear-gradient(to bottom, #07b9ff, #7723c6);*/
    background-color: #07b9ff;
    padding: 30px;
}
#fdb_sldr_inner h3{
    color: #fff;
    font-size: 20px;
    
}
/*
.inner-ryt {
  background: url(../images/ryt_bgrd.svg);
  background-repeat: no-repeat;
  background-size: cover;
}*/
/*.inner-lft {
  background: url(../images/lft_bgrd.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 367px 0px 80px 0px;
  margin-top: 125px;
}

*/
.txt-wrp-inner {
    width: 90%;
    margin: 0 auto;
    border-radius: 15px 75px 30px;
    background-color: #fff;
}
.txt-wrp-inner p{
    font-size: 10px;
}
.txt-wrp-inner h2{
    color: #2775ff;
}
.txt-wrp p{
    font-size: 18px;
    line-height: 1.5em;
}

/*.tab_lg {
    background: url(../images/ryt_bgrd.png);
}*/

/* Pricing_table */
.generic_content {
    border-radius: 20px;
}
/* #generic_price_table{
  background: url(../images/brk_slide-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/
#offers-tab {
    background: url(../images/brk_slide-6.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding: 65px 0px 50px 0px;
}
}
/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
  background-color: #f6f6f6;
}

/* #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}
*/
#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
  color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{  
  color: #fff;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
  color: #fff;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  
  border-left: 5px solid #0dacff;
}

#generic_price_table .generic_content .generic_price_btn a{
  border: 1px solid #4c61ed; 
    color: #4c61ed;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
  /*border-color: #791bc3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4c61ed;*/
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
  background-color: #0dacff;
  color: #fff;
} 
/*#generic_price_table{
  margin: 50px 0 50px 0;
}*/
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 12px 0;
}

/*#generic_price_table .generic_content .generic_head_price .generic_head_content{
  margin: 0 0 35px 0;
}*/

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    /*border-width: 90px 1411px 23px 399px;*/
  position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
  padding-top: 30px;
  position: relative;
  z-index: 1;
    background-image: linear-gradient(to right,#2b68e2 , #7e1dc3);
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
  padding: 0 0 0px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
    color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
  font-size: 15px;
  padding: 5px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) { 
}

@media (max-width: 767px) {
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3{
    float:left;
    width:50%;
  }
  
  #generic_price_table .col-md-4{
    float:left;
    width:50%;
  }
  
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
/*#generic_price_table_home{
   font-family: 'Raleway', sans-serif;
}*/

.text-center h1,
.text-center h1 a{
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.demo-pic{
  margin: 0 auto;
}
.demo-pic:hover{
  opacity: 0.7;
}

#generic_price_table_home ul{
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}
#generic_price_table_home li{
  float: left;
}
#generic_price_table_home li + li{
  margin-left: 10px;
  padding-bottom: 10px;
}
#generic_price_table_home li a{
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}
#generic_price_table_home .blue{
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
  background: #2ECC71;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
  background: #E74C3C;
  transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
  border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
#generic_price_table_home .divider span{
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}
#generic_price_table_home .itemname{
  text-align: center;
  font-size: 50px ;
  padding: 50px 0 20px ;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
  padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
  background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
  background-color: #666;
  color: #FFF;
  text-decoration:none;
  
}
.bottom_btn:hover{
  background-color: #666;
  color: #FFF;
  text-decoration:none;
}
.timeline_progress-bar{
    width: 3px;
    height: 1170px;
    background-color: #2775ff;
    margin: 0 auto;
        
}
.circle {
  width: 100px;
  right: -17px;
  border: 1px solid #2775ff;
  top: 15px;
  z-index: 1;
  border-style: dashed;
}
.timeln h2 {
    text-align: center;
    padding: 10px;
    color: #2775ff;
}
.thumbnail {
    border-radius: 25px;
    border: 1px solid #fff;
    box-shadow: 0 6px 22px 0 rgba(0,0,0,.1);
    transition: all ease .3s;
}
.thumbnail:hover {
    box-shadow: 0 6px 22px 0 #8bc4ff;
    opacity: 1 !important;
}
.thumbnail img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
/* offers_tab */
.offer-tab {
  padding: 8px;
}


.price {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: linear-gradient(to right,#2b68e2 , #7e1dc3);
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  /*background-image: linear-gradient(to bottom right, #2775ff, #7723c6);*/    
  color: white;
  font-size: 22px;
  background-color: #2a2b2f;
}

.price li {
 /* border-bottom: 1px solid #eee;*/
  padding: 18px;
  text-align: center;
    font-size: large;
    color: #fff;
}
.price li span {
    font-size: 2em;
    font-weight: 500;
    color: #fff;
}
.price .grey {
  /*background-color: #eee;*/
  font-size: 15px;
}

.button {
  background-color: #2775ff;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
    border-radius: 35px;
}
#contact_us {
    background: url(../images/brk_slide-5.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0px 50px 0px;
}

#contact_us {
    padding: 120px 0px 120px 0px;
}
/*#contact_us p {
    font-size: 22px;
    font-weight: 500;
}*/

.icon_cover{
    width: 112px;
    height: 112px;
    border-radius: 30px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
    margin: 0 auto 40px;
}
.icn{
    background: #2775ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 13px;
    box-shadow: 0 6px 22px 0 #8bc4ff;
}
.icon_cover .fa{
    font-size: 2.5em;
    color: #fff;
}
.modal-footer a {
   position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2775ff;
    color: #fff;
    padding: 9px 14px;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    font-size: 25px;
}
.contact_us{
    width: 90%;
    margin: 0 auto;
}
.cnt-frm {
    padding: 0px 60px 0px 60px;
}
.btn-cont {
    padding: 15px 0px 15px 0px;
}
.modal-footer {
    background-color: #1e1e1e;
    border-top: none;
}

/* inner-page style */

.head-inner {
  background: url(../images/inner_slide.png);
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  position: relative;
    padding-bottom: 80px;
}

.inr-pge p {
    font-size: 15px;
}
.inr-pge .sdepnts p{
    font-size: 14px;
}
.sdepnts h4{
    color: #2775ff;
    font-size: 1.2em;
}
.inr-pge {
    padding: 30px 0px 30px 0px;
    overflow: auto;
}
.inr-pge h2 {
    color: #2775ff;
}
.dgram {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.panel-collapse p {
    font-size: 15px;
}
.intrnl-srvc {
    padding: 30px 20px 30px 20px;
    overflow: auto;
}
.inr-srv-cnt p {
    font-size: 17px;
}
.inr-srv-cnt {
    padding: 30px;
}
.panel-title a{
    color: #2775ff;
}
.brd-btm {
    border-bottom: 1.8px solid #2775ff;
}
.fa-dot-circle-o {
    font-size: 8px;
}
.log-in-form {
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
}
.login {
    background-color: #2775ff;
    color: white;
    padding: 10px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}
.back {
    background: #e2e2e2;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom right, #190084, #0dacff);
}  
.div_center {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    top: 45px;
    position: relative;
}
.div_center_registrationform {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    top: 0;
    position: relative;
}
.pad_btm_10 {
    padding-bottom:10px;
}
.pad_btm_20{
    padding-bottom:20px;
}
.nopadding {
    padding: 0px;
}
h3.login_ttle_color {
    color:#2775ff;
    text-transform: uppercase;
}
.pad_btm_15 {
    padding-bottom: 15px;
}
thead {
    background-color: #2775ff;
    color: #fff;
}
.column {
  float: left;
  width: 25%;
  padding: 10px;
}
.img-tab {
    width: 100%;
    margin: 0 auto;
}
.img-tab h4{
    color: #fff;
    font-size: 20px;
}
.readmr-btn {
    width: 20%;
    margin: 0 auto;
}
.clpse-tab{
    background-color: #fff;
}
.clpse-tab p {
    font-size: 14px;
    color: #fff;
}
.clpse-tab h3 {
    color: #fff;
}
.cont_icons p {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.img-circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
}
.dropdown-menu show {
    background-color: 
}
.carousel-indicators {
    z-index: 0;
}
.item p {
    color: #2775ff;
    font-style: italic;
    font-size: 22px;
}
