body, div, p, li, a, span{
  font-family: 'RalewayMedium';
}

span.number{
  font-family: 'Roboto_GEOMt';
}

ul{
  list-style: none;
  padding: 0px;
}


.top_section{
  position: relative;
  margin-bottom: 70px;
}

.main_video{
  z-index: -1;
  width: 100%;
}

.main_hdr{
  height: 390px;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}
.team_bg{
    background-position: top center!important;
}
.main_hdr:after{
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 390px;
  background-color: rgba(0, 0, 0, 0.4);
}
.main_video:after{
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100% - 5px);
  background-color: rgba(0, 0, 0, 0.4);
  left:0px;
}

.top_section .top_content{
  position: absolute;
  top: 0px;
  width: 100%;
}

header{
  width: 100%;
  margin-top: 25px;
  margin-bottom: 215px;
  background-color: #fff;
  border-radius: 6px;
      position: fixed;
    width: inherit;
    z-index: 1000;
    box-shadow: 0px 0px 15px #4d4d4d;
}

.top_content .row {
width: inherit;
}

header:after{
  content: '';
  display: block;
  clear: both;
}

header .logo{
  margin: 23px 0px 23px 20px;
}

.logo{
  float: left;
  width: 220px;
  height: 40px;
}
.logo img {
    width: 100%;
}

/*.footer_cont .logo img {
    width: 120%;
    height: auto;
    background: white;
    padding: 5%;
    border-radius: 2px;
}*/

.header_right{
  float: right;
  margin-right:-15px;
}

header .top_cont{
  float: right;
  padding: 8px 25px 8px 20px;
  background-color: #db1e26;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

header .top_cont:after{
  content: '';
  display: block;
  clear: both;
}

header ul.contact_items{
  float: left;
  margin-bottom: 0px;
}

header ul.contact_items li{
  display: inline-block;
  margin-right: 25px;
}

ul.contact_items li a{
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

ul.contact_items li a i{
  margin-right: 5px;
}

header ul.social{
  float: left;
  margin-bottom: 0px;
}

ul.social li{
  display: inline-block;
  margin-right: 27px;
  position: relative;
}

ul.social li a{
  position: absolute;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
      top: -11px;
}
ul.social li a:hover{
      /*color: #333;*/
      font-size:19px;
          top: -15px;
}
header .bottom_cont{
  clear: right;
}

.main_nav{
  margin-top: 15px;
  float: left;
  margin-right: 110px;
}

#navbar ul{
  float: left;
  margin: 0px;
}

#navbar>ul>li{
  display: inline-block;
  margin-right: 35px;
  font-family: 'RalewaySemiBold';
  font-size: 15px;
  color: #212121;
  text-transform: uppercase;
  cursor: pointer;
 /* position: relative;*/
}
/*#navbar>ul>li.parent:after{
    font-family: FontAwesome;
    font-size: 14px;
   content: "\f0d7";
  display: inline-block;
  position: absolute;
  top:0;
  right:-10px;
}*/

.marked:after{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-bottom: 10px;
  margin-left: 2px;
  background-color: #db1e26;
  border-radius: 2px;
}

#navbar>ul>li i{
  margin-left: 5px;
}

#navbar>ul>li:hover ul{
  display: block;
}

#navbar ul li a{
  font-family: 'RalewaySemiBold';
  font-size: 15px;
  color: #212121;
  text-decoration: none;
}

#navbar ul li ul{
    display: none;
    position: absolute;
    background-color: #fff;
    padding-right: 15px;
    padding-top: 17px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-left: -66px;
    border-radius: 5px;
    z-index: 9999;
}
#navbar ul li ul li{
  display: block;
  text-transform: none;
}
#navbar ul li ul li>a{
  padding-top: 7px;
   padding-bottom: 7px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#navbar ul li ul li>a:after
{
    content: '';
    display: block;
    position: absolute;
    top:35px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
}
#navbar ul li ul li>a:hover:after 
{
    width: 100%;
    border-bottom: 1px solid #db1e26;

}

#navbar > ul > li > a:hover, #navbar > ul > li.active > a {
    color: #db1e26;
}
.lang_bar{
  float: left;
  position: absolute;
  right: 20px;
  top: 50px;
}
.lang_bar > li{

  display: none;

}

.lang_bar > li:first-of-type{

  display: block;

}

.lang_bar > li > a{
 text-transform: uppercase;
 font-family: RalewaySemiBold;
    font-size: 14px;
  display: block;
  padding-bottom:15px;
  color: black;
  position: relative;
  top: 1px;
}
.lang_bar li {
  padding-left:8px;
  padding-right: 8px;
  background-color: #fff;
}
.lang_bar li:last-child{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.lang_bar li  a img{
  padding-right: 6px;
  float: left;
  height: 26px;
      width: 33px;
}

.lang_bar  li  a i{
  color: #a8a8a8;
  padding-left:6px;
}
.lang_bar > li > a:hover{
  text-decoration: none;
}
.lang_bar:hover{
  height: auto;

}

.lang_bar:hover li{
  display: block;
  transition: 0.3s ease;

}
.top_desc{
  width: 70%;
  margin: auto;
  text-align: center;
  color: #fff;
      margin-top: 280px;
}

.top_desc h3{
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
}

.top_desc h3:before{
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -52px;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.top_desc h3:after{
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: -52px;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

.top_desc h1{
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'RalewayExtraBold';
  font-size: 48px;
}

.top_desc .desc_text{
  width: 60%;
  margin: auto;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 20px;
}

.bordered_link{
  padding: 14px 30px;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
 position: relative;
 background-color: rgba(219,30,38,0);
-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.bordered_link.red{
  border-color: #db1e26;
}

.bordered_link i{
  margin-right: 5px;
}


.top_desc .bordered_link{
  text-decoration: none!important;
  margin-left: 25px;
  margin-right: 25px;
  color: #fff;
  background: transparent;
}
.top_desc .bordered_link:focus,.top_desc .bordered_link:active{
  outline: none;
}
.top_desc .bordered_link:hover{
  color: #fff;
   background-color: rgba(219,30,38,1);
}

.section_title h2{
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.section_title h3{
  font-size: 20px;
  letter-spacing: 2px;
  font-family: RalewaySemiBold;
}
.section_title h2, .section_title h2 a{
  font-family: 'RalewayExtraBold';
  font-size: 32px;
  color: #212121;
}

.underline:after{
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin: auto;
  margin-top: 5px;
  background-color: #db1e26;
}

.services{
  margin-bottom: 100px;
}
.services a{
  text-decoration: none;
}
.services a:hover{
  text-decoration: none;
}

.services:after{
  content: '';
  display: block;
  clear: both;
}

.services .section_title{
  margin-bottom: 60px;
  text-align: center;
}

.services .section_title h2{
  margin-bottom: 20px;
}

.section_title h4{
  font-size: 18px;
  color: #999;
}

.services .content_item{
  height: 325px;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 40px 25px 40px;
  transition: 0.1s;
}

.services .content_item:hover{
  background-color: #f3f3f3;
}

.services .content_item .item_icon{
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.services .content_item .item_icon img{
  width: 100%;
  height: 100%;
}

.services .content_item h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'RalewaySemiBold';
  color: #212121;
  text-decoration: none;
}

.services .content_item .item_desc{
  margin-bottom: 30px;
  font-size: 13px;
  color: #999;
  line-height: 19px;
}

.services .content_item .read_more {
  font-family: 'RalewaySemiBold';
  color: #db1e26;
  text-decoration: none;
}

.about{
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.about .section_back{
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: -1;
}

.section_back::after{
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);

}

.about .section_back img{
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  width: 100%;
  min-height: 100%;
}

.about .section_content{
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 100px 0px 75px 0px;
}

.about .section_content .section_title{
  margin-bottom: 40px;
}

.about .section_content .section_title h2 a{
  font-family: 'RalewaySemiBold';
  color: #f3f3f3;
  text-decoration: none;
}

.about .section_content .cont_text{
  max-width: 550px;
  margin-bottom: 60px;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 22px;
}

.about .section_content a.bordered_link{
  padding-left: 50px;
  padding-right: 50px;
  color: #c3c3c3;
  border: 1px solid rgba(255, 255, 255, 0.3)
}

.left_line{
  position: relative;
  padding-left: 10px;
}

.left_line a{
  text-decoration: none!important;
}

.left_line:before{
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
  width: 3px;
  height: calc(100% + 10px);
  background-color: #df353c;
}

.main_slider{
  margin-bottom: 15px;
}

.main_slider .section_heading{
  margin-bottom: 45px;
}

.main_slider .section_heading:after{
  content: '';
  display: block;
  clear: both;
}

.main_slider .section_title{
  float: left;
}

.main_slider .see_more{
  float: right;
  margin-top: -5px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.main_slider .see_more a.bordered_link{
  color: #999;
  border-width: 1px;
  border-color: #999;
}

.main_slider .owl-carousel{
  position: relative;
}

.main_slider .owl-carousel .item a{
  text-decoration: none;
}

.main_slider .owl-carousel .item .item_img{
  position: relative;
  height: 360px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.main_slider .owl-carousel .item .item_img img{
  position: absolute;
  width: auto;
  min-width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

.main_slider .owl-carousel .item .item_desc {
  text-align: center;
}

.main_slider .owl-carousel .item .item_desc h4{
  margin-bottom: 15px;
  font-family: 'RalewaySemiBold';
  font-size: 18px;
  color: #212121;
}

.main_slider .owl-carousel .item .item_desc h4.underline:after{
  width: 32px;
  height: 2px;
}

.main_slider .owl-carousel .item .item_desc h5{
  margin: 0px;
  font-size: 14px;
  color: #999;
}

.main_slider .owl-theme .owl-nav .owl-prev, .main_slider .owl-theme .owl-nav .owl-next{
  position: absolute;
  top: calc(50% - 35.5px);
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  margin: 0px;
  padding: 0px 10px;
  font-size: 0px;
  background-color: transparent!important;
}

.main_slider .owl-theme .owl-nav .owl-prev{
  left: -70px;
}

.main_slider .owl-theme .owl-nav .owl-next{
  right: -70px;
}

.main_slider .owl-theme .owl-nav .owl-prev:after{
  content: '\f104';
  font-family: 'Fontawesome';
  font-size: 45px;
  color: #212121;
  font-weight: bolder;
}

.main_slider .owl-theme .owl-nav .owl-next:after{
  content: '\f105';
  font-family: 'Fontawesome';
  font-size: 45px;
  color: #212121;
  font-weight: bolder;
}

footer{
  position: relative;
  border-top: 2px solid #db1e26;
}

footer .section_back{
  position: relative;
  height: 409px;
  overflow: hidden;
     -webkit-background-size: cover !important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center center!important; 
}
.footlogo{
  padding: 20px 10px 20px 0;
}
.footlogo img{
  width: 220px;
}

footer .section_back:after{
  background-color: rgba(0, 0, 0, 0.6);
}

/*footer .section_back img{
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}*/
footer .contact_items {
  padding-top: 20px;
}
.footer_cont{
  position: absolute;
  top: 0px;
  width: 100%;
  padding-top: 25px;
}

.footer_cont .logo{
  float: none;
  margin-bottom: 40px;
  position: relative;
}
.footer_cont .logo:before{
     content: url(../img/p.png);
    position: absolute;
    top: -31px;
    left: -66px;
}
.footer_cont .logo img{
  position: absolute;
  width: auto;
  height: auto;
left: 29px;
}

.footer_cont .desc_text{
  margin-bottom: 30px;
  max-width: 400px;
  font-size: 13px;
  color: #bbb7b7;
  line-height: 20px;
}
.social.with_back li{
  margin-right: 50px;
}
.social.with_back li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 2px;
  text-decoration: none;
          transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
}
.social.with_back li a:hover{
  background-color: rgba(219,30,38,0.8);
}
footer .social.with_back{
  margin-bottom: 30px;
}

footer .contact_items li{
  margin-bottom: 10px;
}

footer .contact_items li:last-child{
  margin-bottom: 0px;
}

footer .contact_items li a{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

footer .cont_title{
  margin-top: 9px;
  margin-bottom: 30px;
}

footer .cont_title h3{
  margin: 0px;
  font-family: 'RalewaySemiBold';
  font-size: 17px;
  color: #fff;
}

footer .cont_title h3.left_line:before{
  top: -9px;
  width: 2px;
  height: calc(100% + 18px);
}

footer nav ul{
  margin-bottom: 5px;
}

footer nav ul li a{
  display: block;
  padding: 14px 10px 10px 10px;
  font-size: 14px;
  color: #d5d5d5;
  border-bottom: 1px solid #494949;
  text-decoration: none!important;
  position: relative;
}
footer nav ul li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 44px;
    left: 0;
    width:0;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
}
footer nav ul li>a:hover:before {
    width: 100%;
    border-bottom: 1px solid #db1e26;
}
footer nav ul li a:hover{
	color:#d5d5d5;
}

footer nav ul li:last-child a{
  border-bottom: none;
}

footer .footer_menu{
  margin-right: 40px;
  text-transform: capitalize;
}

footer .services_menu{
  margin-left: 40px;
  text-transform: capitalize;

}

.footer_bottom{
  padding-top: 12px;
  padding-bottom: 18px;
  border-top: 1px solid #494949;
}

.footer_bottom .left_cont{
  float: left;
}

.footer_bottom .right_cont{
  float: right;
}

.footer_bottom .left_cont span, .footer_bottom .right_cont span{
  font-size: 15px;
  color: #fff;
}

.footer_bottom .left_cont span{
  display: block;
  margin-top: 5px;
}

.footer_bottom .left_cont span em{
  font-style: normal;
  text-transform: uppercase;
}

.footer_bottom .right_cont span{
  margin-right: 15px;
}

.footer_bottom .right_cont .author_logo{
  display: inline-block;
}

.footer_bottom .right_cont .author_logo img{
  width: 133px;
  height: 31px;
}

.page_top_section header{
  margin-bottom:0px;
}
.page_title{
  font-family: RalewayExtraBold;
  font-size: 25px;
  font-weight: normal;
  margin-top: 130px;
  text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.page_title:after{
   position: absolute;
    content: "";
    width: 20%;
    height: 1px;
    background-color: #fff;
        top: -10px;
        right: 40%;
}

.page_title:before{
     position: absolute;
    content: "";
    width: 20%;
    height: 1px;
    background-color: #fff;
    bottom: -9px;
    right: 40%;
}
.contact_info_item{
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom:20px;
  text-align: center;
}
.contact_icon{
  width: 49px;
  height: 49px;
  border:1px solid #c4c4c4;
  border-radius: 5px;
  margin:0 auto;
  text-align: center;
  display: inline-block;
}
.contact_icon i{
  font-size: 20px;
   position:relative;
    top: calc(50% - 10px); /* 50% - 3/4 of icon height */
}
.contact_info_item span{
  font-size:16px;
  font-family: Roboto_GEOMt;
  font-weight: bold;
  display: block;
  padding-top: 15px;
  padding-left: 20px;
      position: relative;
    top: 9px;
  /*float: left;*/
}
.contact_dtl{
 display: inline-block;
}
.page_content .section_title{
  text-align: center;
}
.contact_form_section{
  width: 100%;
  background-color: #f1f1f1;
  height: auto;
  margin-top: 43px;
}
.form_input{
  width: 100%;
  height: 46px;
  border:1px solid #dedede;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom:13px;
}
.contact_form_section form{
  margin-top: 60px;
}
.form_input label{
  text-align: center;
  width: 13%;
  font-size: 20px;
  border-right: 1px solid #dedede;
      margin-top: 8px;
}
.form_input input{
  width: 83%;
  border:0px;
  padding-left:20px;
  padding-top: 5px;
  padding-bottom:5px;
  font-size: 15px;
  font-family: RalewayMedium;
    outline: none;
}
.form_input input::-webkit-input-placeholder,
.form_input input::-moz-placeholder,
.form_input input:-ms-input-placeholder,
.form_input input:-moz-placeholder{ 
 font-size: 15px;
  font-family: RalewayMedium;
  color: #999999;
}

.form_msg textarea{
  width: 100%;
  outline: none;
  border-radius: 5px;
  border:1px solid #dedede;
   font-size: 15px;
  font-family: RalewayMedium;
  color: #999999;
  height: 105px;
  padding-top: 13px;
  padding-left: 20px;
}
.send_btn{
    
  width: 115px;
  float: right;
}

@media only screen and (min-width: 1100px) {
  .send_btn {
    transform: translateY(-137%) translateX(324%);
    position: absolute;
  }
}
.send_btn .btn {
  border-radius: 0px;
  background-color: #f1f1f1;;
  border: 2px solid #f4365c;
  border-left: 0;
  border-right: 0;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  transition: .3s;
  font-family:RalewayMedium;
  margin-top: 10px;
}
.send_btn .btn:hover,
.send_btn .btn:focus {
  outline: none;
  box-shadow: none;
}
.send_btn .btn::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 0%;
  left: 0;
  top: 0;
  transition: .3s;
  background-color: #f4365c;
}
.send_btn .btn::before {
  transition: .3s;
  content: '';
  position: absolute;
  width: 2px;
  height: 0%;
  right: 0;
  bottom: 0;
  background-color: #f4365c;
}
.send_btn .btn .fa {
  transition: .3s;
}
.send_btn .btn:hover .fa {
  margin-left: 10px;
}
.send_btn .btn:hover::before {
  height: 100%;
}
.send_btn .btn:hover::after {
  height: 100%;
}

.services_list{
  border-radius: 3px;
      /*border: 1px solid #ededed;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.2);*/
    margin-bottom: 60px;
 
}
.services_list ul {
  margin-bottom: 0;
}
.services_list ul li:first-child{
    font-size: 20px;
    display: block;
    padding-top: 13px;
    padding-bottom: 8px;
    color: #373435;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}
.services_list ul li a{
   border-bottom:1px solid #f3f1f1;
}
.services_list ul li:first-child{
  border-bottom: 1px solid #db1e26;
}
.services_list ul li  a{
 /*border-bottom: 1px solid #fff;*/
 display: block;
 position: relative;
}
.services_list ul li.active a{
 color: #db1e26;
}
.services_list ul li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 58px;
    left: 0;
    width:0;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
}
.services_list ul li>a:hover:before {
    width: 100%;
    border-bottom: 1px solid #db1e26;
}
.services_list ul li a{
color: #999999;
font-size: 16px;
font-family: RalewayMedium;
display: block;
 padding-left:10px; 
 padding-top: 18px;
 padding-bottom: 15px;
 padding-right: 10px;
 text-decoration: none;
}
.services_list ul li a img{
  padding-right: 10px;
}
.description h3{
  font-size: 20px;
  font-family: RalewayExtraBold;
  letter-spacing: 1px;
}
.description_text h1,
.description_text h2,
.description_text h3,
.description_text h4,
.description_text h5,
.description_text h6{
  font-family: RalewayExtraBold;
}
.description_text img{
  margin:10px;
}
.description_text{
  font-size: 16px;
  color: #999999;
  font-family: RalewayMedium;
  line-height: 1.8;
  margin-top:23px;
  text-align: justify;
}
.description ul li, .description_text ul li{
  position: relative;
  padding-left: 15px;
}
.description ul li:before, .description_text ul li:before{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #db1e26;
  position: absolute;
  border-radius: 3px;
  top:8px;
  left: 0;
}
.about_info .description_text{
  color: #000;
}
.team_img,.about_img{
  position: relative;
  margin-bottom: 25px;
  height: 250px;
   -webkit-background-size: cover !important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.team_img:hover{
 transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
} 

.team_info{
  margin-bottom: 25px;
}
.team:nth-child(even) .team_info{
  text-align: right;
  overflow: hidden;
}
.team_info h3{
  font-size: 25px;
  font-family: RalewayExtraBold;
  letter-spacing: 1px;
}
.team_info h5{
  font-size: 15px;
  font-family: RalewayExtraBold;
  position: relative;
}
.team_info h5:before{
position: absolute;
content: "";
width: 150px;
    height: 2px;
    background-color: #db1e26;
    top: 20px;
}
.team_sect{
  overflow: hidden;
  width: 100%;
}
.about_vision h3{
  font-size: 30px;
  font-family: RalewaySemiBold;
  margin-left: 13px;
  position: relative;
}
.about_vision h3:before{
     position: absolute;
    content: "";
    width: 164px;
    height: 2px;
    background-color: #db1e26;
    bottom: -3px;
}

.newspaper div {
    border-left : 1px solid #cccccc; 
    font-family: RalewayMedium;
    font-size: 15px;
    margin-bottom:60px;
    margin-top: 30px;
    text-align: justify;
}
.newspaper div:first-child{
    border-left : 0px solid #cccccc; 
}
.container .team {
    display: flex;
    align-items: center;
}