@import url('https://fonts.googleapis.com/css?family=Federant&display=swap');

.mt-30{
	margin-top: 30px;
}
.text-white{
	color:#fff !important;
}
/*.main-header .main-box .logo-box .logo img{
    width: 18% !important;
}*/
.sticky-header .logo img {
    width: 80%;
}
.logo-text {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    font-family: parata;
    color: #c01f2f;
}
.project-section .sec-title .projects{
	color: #fff;
}
section.project-section .sec-title h2:after {
    background: #fff !important;
}
.team-block .inner-box .lower-box h3:after{
	display: none;
}
.main-footer .footer-widget h2:after{
	background: #fff!important;
}
span.matrix{
	font-family: Federant;
	font-size: 15px;
	color: #767676;
}
span.matrix a:hover{
	color: #c01f2f;
}

/*About Page*/
section.about-page-section h2 span{
	color: #c01f2f;
    font-weight: 400;
}
section.about-page-section .text{
	line-height: 30px;
	font-size: 16px;
}
/*Why Choose US*/
.single-services{
	text-align: center;
	padding: 60px 40px;
	color: #fff;
	border: 1px solid #4c4d4e;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
}
.single-services img{
	width: 50%;
}
.single-services:hover img {
    transform: rotate(80deg);
    transition: all 1s ease-in-out;
}
.icon_private_service span {
    font-size: 60px;
    color: #c01f2f;
}
.single-services h4{
	font-family: montserrat !important;
	font-weight: 400;
	margin-top: 20px;
	letter-spacing: 2px;
}

.services{
	background-color: #fff;
	border: 1px solid #000;
	padding: 20px 10px;
}
.services i{
	color: #000;
	font-size: 30px;
}

.wrap_private-service {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    -o-box-shadow:0 6px 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}

.wrap_private-service:hover {

    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}

.icon_private_service {
    display: block;
    text-align: center;
    background: inherit;
    position: relative;
    z-index: 1;
    background: #eee;
    padding: 34px 20px 20px;
}

.icon_private_service::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    border-top: 3px solid #fff;
    z-index: -1;
}

.private_service_content {
    background: inherit;
    padding: 30px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}


.private_service_content h4 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}

.private_service_content p {
    margin-bottom: 18px;

}
.private_service_content a.event-button{
	padding: 10px 20px !important;
    text-align: center;
    float: none !important;
    background-color: #1a1a18;
    color: #fff;
}

.m-small-btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.m-small-btn i {
    margin-left: 3px;
}

.wrap_private-service:hover .m-small-btn {
    color: #06163a;
}
/*Service-page*/
.service-tabs ul li{
    border: 1px solid #c01f2f;
    margin: 4px;
    width: 100%;
    padding: 12px;
    background-color: #c01f2f !important;
}
.service-tabs ul li a{
    font-size: 16px !important;
    color: #000;
}
.service-tabs ul li.active > a, .service-tabs ul li:hover > a {
    background-color: #c01f2f !important;
    color: #fff;
    border-radius: 0;
    border: none !important;
}
.vertical-tab.service-tabs.training ul li{
    width: 22% !important;
    margin: 10px;
}
.training-videos iframe{
    display: block;
    margin: 0 auto;
    padding: 30px 0px ;
}
.training-videos h2{
    padding-top: 30px;
}
.training-sec h2 {
    padding: 6px;
    background: #c01f2f;
    color: #fff;
    position: relative;
    bottom: 8px;
}
.modal-content{
    background: #f7f7f7;
    border: 2px solid #c01f2f;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
}
.modal-content h2{
    color: #c01f2f;
}
.ul li::before {
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.open-button {
  background-color: #c01f2f;
  color: #ffffff;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
  border-radius: 30px;
}

/* The popup form - hidden by default */
.clients-section .sponsors-outer .image-box {
    border: 2px solid #c01f2f;
    margin: 10px;
}
/*-----------------custom-css-------------*/
.service-contact-form{
    background-color: #ddd;
    margin-top: 20px;
    padding: 20px;
}

.service-contact-form-1{
    background-color: #ddd;
    margin-top: 20px;
    padding: 20px;
}
.featured-block:hover .featured-inner .content h3 a {
  /*  color: #c01f2f;*/
}

.featured-block .featured-inner .content h3 a {
    color: #c01f2f;
}

.featured-block:nth-child(2) .featured-inner .pg-bottom{
    padding-bottom: 70px;
}

.form-group.get-form input{
    border-radius: 10px;
}

.form-group.get-form select {
    border-radius: 10px;
}
.form-group.get-form textarea{
    border-radius: 10px;
}

.contact-form .form-group.get-form {
    position: relative;
    margin-bottom: 14px;
}
.captcha-left{
    float: left;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 15px;
}
.captcha-right{
    width: 50% !important;
    float: left;
}
.form-group.form-btn{
    width: 40%;
    float: left;
    padding-right: 15px;
    text-align: right;
}
.captcha-form{
    width: 47% !important;
    float: left !important;
}
.theme-btn.btn-style-one.submit-btn{
    float: right;
    width: 30% !important;
    margin-top: -50px;
    padding: 11px 20px;

}
.captcha-main{
    float: left;
    padding-top: 13px;
    padding-right: 15px;
    padding-left: 15px;
}
select.form-group.get-form{
    width: 87%;
    margin-left: 16px;
    border-radius: 10px;
}
.captcha-service-page{
    float: left;
    margin-top: 13px;
    margin-left: 16px;
    /* padding-left: 14px; */
    padding-right: 5px;
}
input.captcha-form-service{
    width: 60%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.services-form.col-3 {
    float: left;
    width: 55%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
   color:#fff;
}
.fa-map-marker{
  float: left;
  border: 2px #000 solid;
  padding: 7px 15px;
  border-radius: 500px 500px 500px 500px;
  margin-right: 15px;
}
.fa-envelope{
  float: left;
  border: 2px #000 solid;
  padding: 7px 11px;
  border-radius: 500px 500px 500px 500px;
  margin-right: 15px;
}
.telephone{
float: left;
  border: 2px #000 solid;
  padding: 7px 13px;
  border-radius: 500px 500px 500px 500px;
  margin-right: 15px;
}
captcha-left .contact-input{
    border-radius: 10px;
}
.contact-section .info-column ul li:hover i.fa.fa-map-marker {
    background: #c01f2f;
    color: #fff;
}
.contact-section .info-column ul li:hover i.fa.fa-envelope {
    background: #c01f2f;
    color: #fff;
}
.contact-section .info-column ul li:hover i.fa.telephone {
    background: #c01f2f;
    color: #fff;
}
.contact-tel{
    color: #797979;
}
.contact-tel:hover{
    color: #c01f2f;
}
.header-fa{
    color:#fff;
}
.header-style-two .header-top .social-icon li a span{
    color:#fff;
    padding: 0px 10px 0px 10px;
  
}

.header-style-two .header-top .social-icon li:hover a span {     
    padding: 0px 10px 0px 10px;
    background-color: #000;
    color:#fff !important;
    border-radius: 12%;
}

.header-style-two .header-top .social-icon li:hover a span:before {        
    color:#fff !important;
}




/*ul.nav.nav-tabs.text-left li:hover ul.sub-text-bar li {
    display: block !important;  
    z-index: 9999;    
    border: 1px solid #c01f2f;
    margin: 4px;  
    padding: 12px;
    background-color: #c01f2f !important;
    position: absolute;   

}

ul.sub-text-bar {
    margin: 15px;    
    position: absolute;
    top: 0;
    display: inline;
    right: -100%;
    width: 250px;

 }*/
/*
.service-tabs ul li:hover ul.demo > li{
  
    position: relative;
    display: block !important;      
    right: -100%;
    z-index: 9999;
    display: inline;
    float: right;
 }*/


  /* .service-tabs ul li{
        padding: 0;
        list-style: none;
        background: #f2f2f2;
    }*/
   .service-tabs ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }
   .service-tabs ul li a{
        display: block;
        /*padding: 8px 25px;*/
      /*  color: #333;*/
        text-decoration: none;
    }
    .service-tabs ul li a:hover{
    /*    color: #fff;
        background: #939393;*/
    }
   .service-tabs ul li ul.dropdown{
        width: 250px; 
     /*   background: #f2f2f2;*/
        display: none;
        position: absolute;
        z-index: 999;
        right: -100%;
        top: -4px;

    }
    .service-tabs ul li:hover ul.dropdown{
        display: block; 
    }
    .service-tabs ul li.dropdown li{
        display: block;
    }
    .service-tabs ul li ul.dropdown li {
    padding: 18px 12px;
    }
    .service-tabs ul li ul.dropdown li a{
        color: #fff !important;
    }

	/*.main-footer .footer-bottom{
		padding: 10px 0;
	}

	.footer-bottom .copyright span.matrix:hover {
	    color: #d61e2f;
	}

	.main-footer .info-widget .number, .main-footer .info-widget .text{
		margin-bottom: 20px;
	}

    .main-footer .logo-widget .text{
        text-align: justify;
        line-height: 20px;
    }
*/
	.header-top .social-icon li a:hover {
        opacity: 1;
    }

  /*  .social-icon-one li a{
        border-radius: 12%;
    }*/

  /*  .main-footer ul.list li{
        line-height: 44px;
        margin-bottom: 0px;
    }
*/

    .footer-bottom .copyright span.matrix:hover {
        color: #d61e2f;
    }
   .header-top .social-icon li{
    margin-left: 5px;
   }

   .list-style-four li{
    margin-bottom: 0px;
   }

     .company-section .text.fire-content-colum .content-column {
        padding-left: 0px;
     } 

     .company-section .text.fire-content-colum .list-style-four li{
         color: #222;
         font-size: 16px;
         font-weight: 600;
    }

    .company-section .text.fire-content-colum .list-style-four li:before{
          color: #222;         
      } 

      .contact-form select{
        color: #757575;
      }


      .main-header .main-box .logo-box{
        padding: 10px 0px 0px 0px;   
        width: 30%;      
      }

    .main-header .header-top .top-left .links li:first-child a {
        font-size: 16px;
    }

    .main-header .header-top .top-left .links li .icon{
        padding-right: 0px;
    }

    .page-info .text{
        color: #000;
    }


   /* .main-menu .navigation > li > a:hover {
        text-decoration: none;
    }*/


    .main-footer .info-widget .number a {
       color: #a8a8a8;
    }

    .main-footer .info-widget .number a:hover {
       color: #c01f2f;
     }

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}


.sticky-header .logo {
    padding: 10px 0px 0px 0;
}

.featured-block{
    border: 0px solid #e9e9e9;
}

.featured-blocks{
    border: 0px solid #e9e9e9;
}

.company-section .color_service_lists ul.list-style-four{
     margin-top: 10px !important;
}

.company-section .color_service_lists ul.list-style-four li{
     color: #222 !important;    
    font-weight: 600;
}

.company-section .color_service_lists ul.list-style-four li:before{
     color: #222 !important;
      font-size: 16px;
    font-weight: 600;
}

.company-section .text.fire-content-colum.color_service_list{
   margin-top: 10px;
}

.company-section .text.fire-content-colum.color_service_list ul.list-style-four li{
    color: #222 !important;
}

.company-section .text.fire-content-colum.color_service_list ul.list-style-four li:before{
    color: #222 !important;
}

p.text_justify{
   text-align: justify;
}

.company-section.about_secton {
    position: relative;
    padding: 85px 0px 38px;
}

.featured-block{
  background: transparent;
}

.featured-block:nth-child(2) .featured-inner {
    background-color: transparent;
}

.featured-block .featured-inner .content {
    position: relative;
    padding-left: 0px;
}

.featured-block .featured-inner{
  padding: 0px 0px;
  position: relative;
}

.company-section .content-column {
    position: relative;
    margin-bottom: 0px;
}

.background_color{
   background: #eeeeee;
   z-index: 9999;
}

button.theme-btn.btn-style-one.contact_btn{
  float: right;
}

.main-footer .logo-widget .text{
  text-align: justify;
}

.map-section {
    top: 10px;
    position: relative;
}

