*{
	margin:0px;
	padding:0px;
}
@font-face{
    font-family: "goBold";
    src : url(../fonts/GOBOLD-BOLD.TTF);
}
@font-face{
    font-family: "roboto";
    src : url(../fonts/ROBOTO-LIGHT.TTF);
}
@font-face{
    font-family: "firasans";
    src : url(../fonts/firasans-regular-webfont.woff2);
}
img{
    max-width: 100%;
}
body{
    font-family: "roboto";
    background-color: #FFFFFF;
    color:#000;
    font-size:16px;
}
p{
    font-size:16px;
}
/*-------------header------------------*/

/* Preloader */

#admDivCheck{
  text-decoration: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /*background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);*/
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.spinners {
    text-align: center;
    margin-top: 30px;
}
#preloader em {
    display:inline-block;
    vertical-align:top;
    margin:0 2px 0 5px;
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#e74c3c;
    animation: 1.2s ease-in-out normal none infinite preload_animate;
    -webkit-animation: 1.2s ease-in-out normal none infinite preload_animate;
}
#preloader em:nth-child(1) {
    animation-delay:0s;
    -moz-animation-delay:0s;
    -webkit-animation-delay:0s;
}
#preloader em:nth-child(2) {
    animation-delay:0.2s;
    -moz-animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
    background-color: #4c4d4f;
}
#preloader em:nth-child(3) {
    animation-delay:0.4s;
    -moz-animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
}
#preloader em:nth-child(4) {
    animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    background-color: #4c4d4f;
}
#preloader em:nth-child(5) {
    animation-delay:0.8s;
    -moz-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
@-webkit-keyframes preload_animate {
    0% {-webkit-transform: scale(1); opacity:1;}
    50% {-webkit-transform: scale(0.5); opacity:0.5;}
    100% {-webkit-transform: scale(1); opacity:1;}
}
@keyframes preload_animate {
    0% {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); opacity:1;}
    50% {transform: scale(0.5); -ms-transform: scale(0.5); -webkit-transform: scale(0.5); opacity:0.5;}
    100% {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); opacity:1;}
}

/*-------preloader end------------*/
/*dropdown-menu*/
#myNavbar .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
#myNavbar .dropdown:hover .dropdown-content {
    display: block;
}

#myNavbar .menu li{
    list-style: none;

}
#myNavbar .menu li a{
    display:block;
    /*text-align: center;*/
    padding:7px;
    /*text-decoration: none;*/
    border-bottom:none;
    line-height:59px!important;
}
#myNavbar li a.last{
	 line-height:0px;
}
#myNavbar .dropdown-content li a{
	line-height:10px!important;
}
header{
    /*display: inline-block;*/
    width: 100%;
    /*padding:10px 20px;*/
    /*position: absolute;*/
    z-index: 1;
    background-color: #fff;
     /*height: 100px;*/
}

/*ul.menu{
    margin: 15px 0;
}
nav ul li{
    display: inline-block;
}
.menu li a{
    text-decoration: none !important;
    color: #000;
    padding: 0 9px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "firasans";
}
.menu li a:hover{
    color: #ef4023;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    background:none!important;
   
}
.nav>li>a{
    padding:10px 9px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: none;
}
*/

/*-------------menu*/
.navbar{
    margin-bottom: 0px!important;
    line-height: 85px;
 }
 .navbar-nav>li>a{
    line-height: 73px;
 }
 ul.sub-menu{
 
    margin-top: 1px;
    /*margin-left: 18px;*/
    background-color: #ffffff;
    box-shadow: 0px 0px 13px #a7a4a4;

}

nav ul li a{
   text-decoration: none !important;
    color: #4d4d4f;
    /* padding: 0 9px; */
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: "firasans";
}
nav ul li a:hover{
     color: #ef4023;
    /*border-bottom: 1px solid;*/
    padding-bottom: 10px;
    background:#fff!important;
}
li.dropdown a:hover{
     border-bottom: none;
      /*padding-bottom: 0px;*/
}
.nav>li>a{
  padding:10px 7px!important;
}
.logo_block img{
  /*width: 80%;*/
}


.log_image {
    width: 50px;
    height: 70px;
    margin: 0px auto;
}
.log_image img{
  max-width: 60%;
}
.sub-menu li{
    display:block;
   }

.sub-menu li a{
   text-decoration: none !important;
     color: #4d4d4f;
    padding: 0 17px;
    line-height: 2;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: "firasans";
    display:block;
}
.sub-menu li a:hover{
    border-bottom:none!important; 
     padding-bottom: 0px!important; 
}
/*.navbar-nav>li>a{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.navbar-nav>li>a:hover{
    background: #fff;
}

.navbar-nav>li>a:active{
    background: #fff;
}
*/
/*---end*/
#slider_trans .owl-buttons{
    margin-left: -129px;
    margin-top: -78px;
    text-align: left;

}


#slider_trans.owl-theme .owl-controls .owl-buttons div {
    color: #ef4023d4!important;
    display: inline-block!important;
    zoom: 1!important;
    margin: 5px!important;
    box-shadow: 0px 0px 28px #8a8c8e;;
    height: 32px!important;
    width: 32px!important;
    text-align: center!important;
    font-size: 16px!important;
    line-height: 30px!important;
    -webkit-border-radius: 50%;
     background: #ffffff!important;
     opacity: 4.5!important;
 }
 
 #slider_trans  .block_img
{
    margin-top:-27px;
}
/*-------------------Transactionpage_sections----------------*/

.padding_zero{
    padding:0px;
}
.banner_trans{
    position:relative;
}

.banner_text{
    position:absolute;
    top:40%;
    left:5%;
    color:#fff;
  
}


.banner_text h2{
    display:inline-block; 
    border-bottom: 2px solid #ef4023;
    /*padding-bottom: 10px;*/
    text-transform: uppercase;
    font-weight: 700;
    font-family:firasans;
}
.group_banner .banner_text h2{
    color:#333;
}
.iti_banner .banner_text h2{
    color:#333;
}
.banner_trans .banner_text h2{
	text-transform: capitalize;
}
.tagline{
    left: 0;
    top: 60%;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
}
.tagline h3{
     text-transform: capitalize;
     font-size:30px;
    font-family:firasans;
}
.tagline h4{
    /*text-align: right;*/
    font-weight: 700;
}
.inner_section{
    padding:100px 0px;
}
.trans_block_section{
    background:#E2E2E2;
}
.trans_block_details h5{
    font-weight: 700;
    color: #F1533A;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 12px;
}


.trans_block{
    background:#fff;
    /*padding:10px;*/
    border-radius: 20px;
    box-shadow: 0px 0px 16px #a29b9b;
    display: inline-block;
    margin:38px -4px 30px;
    min-height: 190px;
}
.section_slider .trans_block{
   margin:38px 10px 30px;
   min-height: 171px;
}
.block_img{
    margin-top: -42px;
   padding-left:0px;
   padding-right: 0px;
}
.block_img img{
   width: 90%;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #c2c2c2;
     margin-left: 12px;
}
p.trans_block_title {
    padding-top: 10px;
    color:#000;
    font-weight: 700;
    text-transform:uppercase;
}
.review_block .form-control{
	width:83%;
	border-radius: 50px;
	height: 50px;
	padding:6px 30px;
}
.review_image{
	text-align: right;
}
.review_details{
	background:#fff;
	padding: 17px;
    margin-bottom: 20px;
    border-radius: 25px;
    color:#000;
}
.review_btn{
	text-align: right;
}
.review_btn input{
	padding: 10px 20px;
    background: #ef4023;
    color: #fff;
    border-radius: 50px;
    border: none;
    margin-top: 10px;
    font-size: 12px;
    margin-right: 10px;

}
.review_content{
	margin-top:20px;
}

.manage_image {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
}
.manage_image img {
    height: 150px;
    width: 150px;
    text-align: center;
}

.review_details .date{
  text-align: right;
}
/*-------------------document section---------------*/

.doc_block{
    background:#E2E2E2;
}

h2.title_inner {
   text-transform: uppercase;
   margin-top: 0px;
   font-weight: 700;
   position: relative;
   z-index:0;
   font-family: firasans;
}

h2.title_inner:before {
       content: "";
    position: absolute;
    display: block;
    height: 300px;
    width: 100px;
    background: #EF4023;
    border-radius: 50px;
    /* margin-top: -82px; */
    transform: translate(-50%, -50%);
    z-index: -1;
    margin-left: 17px;

}
.scroll_block{
     max-height:500px;
    overflow: auto;
   padding:0px 20px;
}
.document_block{
    background:#fff;
    border:1px solid #000;
}
.document_block table tr td{
    vertical-align: middle!important;
    border-bottom: 1px solid #000;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #4c4d51; 
    border-radius: 10px;
   
}
::-webkit-scrollbar-thumb {
    background: #6e6f74; 
    border-radius: 10px;
 
}

/*--------------------disclaimer section-----------------*/
.block_disc{
    max-height: 600px;
    overflow: auto;
}
.block_disc p{
    margin-bottom:20px;
    text-indent: 60px;
    text-align: justify;
}
.btn_cont{
    /*display: block;*/
    background:#EF4023;
    padding:10px 30px;
    border-radius:50px;
    color:#fff;
    border: none;
}
p.imp_content{
    text-transform: uppercase;
}

.imp h4{
    font-weight: 700;
     text-transform: uppercase;
     margin-top: 40px;
}
/*---------------------ipo-------------------*/
.ipo_block_section{
    background:#E2E2E2;
}
.block_ipo{
    box-shadow: 0px 0px 49px #b4a9a9;
    padding:0px!important;
   border-radius: 25px;
   margin: 60px 0px;
   background: #fff;
}
.ipo_footer{
    display: block;
    background: #4c4d4f;
    color: #fff;
    font-size:14px!important;
    padding: 10px 0px 5px;
    border-radius: 0px 0px 25px 25px;
    text-transform: uppercase;
    height: 60px;
}
.ipo_footer p{
    font-size:14px!important;
}
.ipo_image img{
    margin-top: -60px;
    /*width:80%;*/
    margin-top: -60px;
    width: 66%;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #c2c2c2;
}
.ipo_content {
    /*padding: 20px 0px 50px;*/
    padding: 20px 3px;
    height: 175px;
}
.ipo_content h4{
    font-size: 14px;
    font-weight: 700;
    color: #f13f23;
    text-transform: uppercase;
}
.ipo_content p{
    font-size: 14px;
}
.footer_links .fa{
        font-size: 18px!important;
        /*color:#fff;*/
       color:#ff5b40;
}
.fa_w{

}
.footer_map iframe{
   border-radius: 50px;
}
/*------------------------home page-------------------*/
/*#banner_slider .item img{
    display: block;
    width: 100%;
    height: 100%;
}*/

/*#banner_slider.owl-carousel .owl-wrapper-outer {
	max-height: 650px;
}*/
/*.section_slider{
    background:#E2E2E2;
}*/


/*#slider_trans .item{
  margin: 3px;
}*/
/*#slider_trans .item img{
  display: block;
  width: 100%;
  height: auto;
}*/


/*carousel banner*/

.banner_slider .owl-wrapper {
  position: relative;
  /*height: 50vh;*/
overflow: hidden;
}

.banner_slider .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.banner_slider .owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}

.banner_slider .owl-img {
  width: 100%;
}

.banner_slider .owl-text-overlay {
  position: absolute;
  text-align: center;
  width: 60%;
  top: 70%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  /*font-size:27px;*/
 /* background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);*/
  padding-bottom: 20px;
  /*font-family: "Open Sans", sans-serif;*/
  border-radius: 15px 50px 30px 5px;
}


.banner_slider h2.owl-title {

  /*font-weight: bold;*/
  margin-bottom: 10px;
  font-size:20px;
}

.banner_slider p.owl-caption {
  font-size: 16px;
  line-height: 24px;
}

.banner_slider .owl-theme .owl-controls .owl-page span:active {
  background: #fff !important;
}

/* hide previous and next */

.banner_slider .owl-buttons {
  visibility: hidden;
  display: none;
}

.banner_slider .overlay_top h3{
    position: absolute;
    color: #fff;
    /*padding-left: 15px;*/
    margin-left: 15px;
    display: inline-block;
    border-bottom: 2px solid #ef4023;
    /*padding-bottom: 3px;*/
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-family: firasans;
}
/*the group */
.iti_icons img{
  width:50%;
}
.tag{
  font-weight: 600;
  margin-bottom: 20px;
}
.image_iti {
    border: 1px solid gainsboro;
    padding: 29px;
}
.block_about{
    padding:50px 0px;
}
.block_about .subtitle {
    border-bottom: 1px solid #EF4023;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
}

.block_about .main_title {
    text-transform: uppercase;
    color: #EF4023;
    font-weight: 700 !important;
    padding-bottom: 40px;
}
.section_journey{
    background-image: url('../images/about/banner2.jpg');
    padding:50px 0px;
}
.section_journey .main_title_black {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 40px;
    color: #444547;
}
  ul.circle li{
       /* height: 100px;
        width:100px;
        border-radius: 50%;*/
        margin: 3px 82px !important;
    }
.circle{
    display:block!important;
}
    span.designation_line {
        padding-top: 10px;
        border-bottom: 3px solid #ff9800;
        width: 48px;
        display: inherit;
    }
    .journey_content{
        /*max-height:250px;*/
       
    }

    .circle a{
            color: #fff;
            text-decoration: none;
            display: block;
            height: 80px;
            width: 80px;
            line-height: 80px;
            background: #2F2F2F;
            text-align: center;
            border-radius: 100%;
            font-size: 16px;
            font-weight: 700;
            margin: 0px auto;
      
    }

     .circle a.active{
     background-color: #EF4023;
      }
    

    #year_carousel .owl-next,
    #year_carousel .owl-prev{
        position: absolute;
        color: #2f2f2f!important;
         top: 24%; 
        display: inline-block;
         font-size: 30px;
        background: none!important;
         opacity: .5;
        font-weight: unset;
        margin:0px!important;
        padding:0px!important;
    }

     #year_carousel .owl-next{
        right:0px;
     }

      #year_carousel .owl-prev{
        left:0px;
      }


    ol.list_journey li{
        margin-bottom: 15px;
        margin-left: 15px;
        color:#000;
    }

    .journey_detail{
        padding:0px 50px;
        border-left: 4px solid #ef4023;
    }
    .listing_year{
        padding:50px 0px;
    }
    span.line_journey{
        border-top: 2px solid #4c4d4f;
        position: absolute;
        margin-top: 90px;
        width: 90%;
        margin-left: 43px;
    } 
    .main_title_black{
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 40px;
        color:#444547;
    }
    .section_team_management{
        padding:50px 0px;
    }
  .section_team_management .tabs_team li > a{
    background-color: #D2D3D5!important;
    padding: 30px;
    display: block;
    text-align: center;
    color: #000;
    border-radius: 50px;
    margin-left: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    }

    .section_team_management .tabs_team li.active a{
    background-color: #ef4023!important;
  
    color: #fff;
  
    /*margin-left: 10px;*/
 
   
    }

    .section_team_management .tabs_team .nav-pills li{
        float: none!important; 
        display: inline-block;
        width: 33%;
        padding: 5px 0px;
    }
    .section_team_management .block_manage{
        padding: 30px;
       
    }
    .section_team_management .block_manage p{
         color:#000 !important;
    }
    .section_team_management .m_img_m_title{
        display:flex;
         align-items: center;
    }
    .section_team_management .manage_designation{
        margin-left: 20px;
    }

    .section_team_management .manage_designation h4{
        font-weight: 700;
    }
    .section_team_management .manage_detail{
        padding:27px 2px 4px 42px;
    }
/*----------------------startup----------------------------*/
.service_section, .review_section{
    background:#E2E2E2;
}
.section_news .thumbnail_media{
    margin-bottom: 20px;
    padding-top: 5px;
   /*border-top: 2px solid #4d4d4f;*/
}
.section_news .thumbnail_media h4{
    font-weight: 600;
    color: #4d4d4f;
}
.section_news .thumbnail_media .caption {
    padding: 10px 0px;
}
.section_news .thumbnail_media a{

    color: #ef4023;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid#ef4023;
    text-decoration: none;
}
.section_news .thumbnail_media a:hover{
     color: #fff;
     background:#ef4023;
     font-weight: normal;
}

.ser_main_lst li{
	list-style-position:inside;
    font-size: 16px;
}
.ser_sub_lst li{
	list-style-position:inside;
	margin-left: 15px;
}
.service_section .Service_block h4{
	font-weight: 700;
	padding-top:5px;
}
.media_image{
       /* padding: 40px 0px; */
    /* min-height: 67px; */
    /* box-shadow: 0px 0px 6px #2f2f2f; */
    /* vertical-align: middle; */
    line-height: 139px;
    padding: 0px 10px;
    text-align: center;
    /* background: gainsboro; */
    border: 1px solid gainsboro;
}
.media_image img{
  width:60%;
}
.ser_sub_lst li{
  list-style-type: none;
}
/*---------------------------modal style-----------------*/
#login_modal .modal-title,#register_modal .modal-title{
    margin: 0;
    color: #4C4D4F;
    text-transform: uppercase;
    line-height: 1.42857143;
    text-align: center;
    font-weight: 700;
}

#login_modal .modal-content{
    border-radius: 21px;
    max-width: 430px;
    margin: 0px auto;
}

#login_modal .form-control{
    border-radius: 30px;
    height: 37px;
}

#login_modal .btn_login{
    color: #fff;
    background-color: #EF4023;
    border-color: #ccc;
    border-radius: 50px;
    padding: 5px 40px;
    margin-bottom: -100px;
}
#login_modal .modal-header{
    margin: 0px 20px!important;
     border-bottom: 1px solid #9b8d8d;
}
#login_modal .modal-footer{
    background: #fbeaea;
    text-align: center;
    padding: 50px 0px;
    border-radius: 0px 0px 30px 30px;
}
#login_modal .modal-footer a{
    color:#000;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

#login_modal .modal-body{
    text-align:center;
     padding: 40px 50px;
}
#login_modal label{
    color:#888888;
}


#register_modal .radio {
    position: static;
}
#register_modal .form-group{
    padding-right: 0px;
    padding-left: 0px;
}

#register_modal .form-control{
    border-radius: 50px;
}
#register_modal .modal-header{

}
#register_modal .modal-footer{
    text-align:center;
    background: #ffdada;
}
#register_modal .modal-footer a{
    font-weight:700;
    font-size:20px;
    color:#000;
    cursor:pointer;
    text-decoration: none;
}
#register_modal .modal-footer p{
    font-size:16px;
    margin:10px 0px;
}
#register_modal .btn_submit{
     color: #fff;
    background-color: #EF4023;
    border-color: #ccc;
    border-radius: 50px;
    padding: 5px 40px;
    margin-bottom: -79px;
}
#register_modal .modal-body{
padding: 30px;
}
#register_modal label{
    color:#787373;
}
.space_operate label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.space_operate .form-control{
    width:71%;
}
#register_modal .up_file.form-control{
	border:none!important;
}
#register_modal .modal-header .close,#login_modal .modal-header .close {
    margin-top: -2px;
    height: 30px;
    width: 30px;
    /*line-height: 30px;*/
    border: 1px solid #ef4023;
    border-radius: 50%;
}
#register_modal .close,#login_modal .close{
    color:#ef4023;
    opacity: .7;
    font-size:15px;
}
#register_modal .form-control{
	text-align: center!important;
}

.forgot_pass a{
 color: #888888;
font-weight: 700;
}
/*contact form*/


.contact_form .form-control{
    border-radius: 30px;
    height: initial;
    margin-bottom: 20px;
    padding: 10px 25px;
}

.contact_form label{
      font-size: 16px;
     line-height: 2.5;
    color: #4d4d4f;
}
.contact_submit input{
    background: #ef4023;
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 50px;
}
.section_contact{
    background: #E2E2E2;
}
.section_contact .contact_form{
    background: #fff;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 24px #f19e90a8;
}
.section_contact .contact_footer{
        background-color:#E2E2E2;
}
/*----------track page-------------*/
.section_track h3{
    font-size: 18px;
    background: #E2E2E2;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 33px;
    border-radius: 50px;
    box-shadow:0px 2px 6px #3b3838ab;
}
.iss_list_one, .iss_list_two{
    list-style-position: inside;
    font-size:16px;
   
}
.iss_list_one a, .iss_list_two a{
  color:#F04023;
}
.section_track p{
    margin-left:20px;
}

/*------------itit capital-------------*/
.section_iti_content .content_iti p{
        margin-bottom: 10px;
}
/*.icon_capi{
      margin-left: 146px;
}
*/
/*----------------scroll button-----------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #4c4d4f;
    width: 30px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 8px;
    top: 10px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*sitemap*/

.sublist_sitemap{
  margin-left: 40px;
}

.sublist_sitemap{

}
.section_sitemap li{
    color:#000;
    line-height: 33px;
}
.section_sitemap {
  background: #f5f0f0
}
.section_sitemap li a{
  color:#000;

}

.gm-style .place-card-medium{
      padding:0px!important;
}
/*---------------end scroll btn-----------------*/
/*---------------------footer----------------------*/
footer{
    padding:40px 0 0px;
    color: #fff;
    background-color: #4C4D4F;
    /*border-bottom: 10px solid #EF412C;*/
}
.footer_links{
    list-style: none;
    line-height: 2.5;
}

.footer_links img{
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
.footer_links li{
	list-style: none;
}
.footer_links li a{
    color: #fff;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.footer_links span{
	margin-left:10px;
      font-size: 14px;
}

.footer_bottom {
    padding:15px 0px;
    background: #27272a;
}
.footer_bottom a{
    color:#EF4023;
    /*font-weight: 600;*/
}
h2.footer_title{
	font-weight: 700;
	text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 2px solid #ef4023;
    display: inline-block;
    margin-bottom: 0px;
    margin-top:0px;
}
p.footer_add{
	line-height: 30px;
    font-size:14px;
}

h4.footer_subtitle{
  font-size: 22px!important;
  margin-bottom: 20px;
}

/*-----------footer end-------------*/

/*newly added*/
.conf_section{
      padding: 20px;
}
.country_select .form-control{
      border-radius: 50px;
      height: 43px;
}
.country_select .sel{
  padding-left: 0px;
}
.statmnt{
      margin: 300px 100px;
}
.statmnt p{
 font-size: 20px;
 padding-bottom: 20px;
}
.statmnt a{
  text-decoration: none;
}
.btn_cont_d{
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px){
.navbar-right .dropdown-menu{
    right:-55px;
}
h2.title_inner:before{
  height: 128px;
    width: 68px;
}
}

/*newly added*/
.register {
    padding: 60px 100px;
    background: #fff;
    margin: 50px 0px;
    box-shadow: 0px 0px 11px #a6a5a5;
}
.title_reg{
    color: #4C4D4F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    /*border-bottom: 1px solid #e5e5e5;*/
    border-bottom: 1px solid #ef4023;
    padding-bottom: 20px;
}

.register .radio {
    position: static;
}
.register .form-group{
    /*padding-right: 0px;*/
    /*padding-left: 0px;*/
    margin-bottom: 25px;
}

.register .form-control{
    border-radius: 50px;
}

.register .reg_footer{
    text-align:center;
    background: #ffdada;
    padding: 10px;
    margin: 20px 0px;
}
.register .reg_footer a{
    font-weight:700;
    font-size:20px;
    color:#000;
    cursor:pointer;
    text-decoration: none;

}
.register .reg_footer p{
    font-size:16px;
    margin:10px 0px;
}
.register .btn_submit{
     color: #fff;
    background-color: #EF4023;
    border-color: #ccc;
    border-radius: 50px;
    padding: 5px 50px;
    /*margin-bottom: -79px;*/
}
.register label{
    color:#4c4d4f;;
}
.space_operate label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.register .up_file.form-control {
    border: none!important;
}
.space_operate .form-control{
     width: 68%;
}

.register .form-control{
  /*text-align: center!important;*/
  height: 45px;
}

.forgot_pass a{
 color: #888888;
font-weight: 700;
}
#reg_msg{
  margin:20px 0px;
}
.no-padding{
  padding: 0px;
}
.checkbox+.checkbox, .radio+.radio{
    margin-top:10px;
}
#register_section{
  background: #E2E2E2;
}
.color{
  background-color: #000;
  color:#fff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus{
  background-color: #fff;
  color: #4d4d4f;
}
/*#register_section .form-control:focus{
  border-color: #f5a99d;
}*/