@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800');
body{
	font-family: 'Poppins', sans-serif;
}
ul {
    list-style-type: none;
}

.terms-content ul {
    list-style-type: disc;
}
a,a:hover{text-decoration: none;}

.cstm_header {
    padding: 2px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.cstm_header .navbar-nav li {
    padding: 0 10px;
}
.cstm_header .navbar-nav li a {
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:600;  
}
.cstm_header .navbar-light .navbar-nav .active>.nav-link,
.cstm_header .navbar-light .navbar-nav .nav-link.active,
.cstm_header .navbar-light .navbar-nav .nav-link.show,
.cstm_header .navbar-light .navbar-nav .show>.nav-link {
    color:#f43737;
}
.navbar-light .navbar-nav .nav-link{

}
.cstm_header .navbar-brand img {
    height: 50px;
}
.cstm_header .navbar-nav li:last-child {
    border-left: solid 1px #e5e5e5;
}
.cstm_header .navbar-nav li:last-child i{
	color: #f43737;
}
.blue_bg{
	background-color: #edf5ff;
}
.float_bus{
	float: left;
	width: 100%;
}
.theme_padding1{
	padding-top: 35px;
	padding-bottom: 35px;
}
.heading_1 {
    font-weight: 700;
    width: 80%;
    font-size: 36px;
}
.text_1{
	font-size: 17px;
	color: #666;
	font-weight: 300;
}
.heading_2 {
    font-weight: 700;
    width: 80%;
    font-size: 30px;
    color: #232323;    
}
.text_2{
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
.cstm_btn_1 {
    font-size: 15px;
    font-weight:600;
    padding:10px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #f43737;
    border: 2px solid #f43737;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.4s;
    -ms-border-radius: 45px;
    border-radius: 45px;
}
.cstm_btn_1:hover{
	background-color: #f43737;
	color: #fff;
}
.banner_slider{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
#top_slider .carousel-control-next-icon,
#top_slider .carousel-control-prev-icon {
    width: 13px;
    height: 20px;
}
#top_slider .carousel-control-next {
    right: -35px;
}
#top_slider .carousel-control-prev {
    left: -45px;
}
#top_slider .carousel-control-next-icon {
    background-image:url(../images/next-icon.png);
}
#top_slider .carousel-control-prev-icon {
    background-image:url(../images/prev-icon.png);
}

.img_center{
    display: block;
    margin: 0 auto;
}
.ul_1 li {
    color: #666;
    font-size: 16px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
    font-weight: 400;
    position: relative;
}
.ul_1 li i{
    color: #242f6c;
    font-size: 22px;
    margin-right: 5px;
}
.ul_1 li:before {
    display: inline-block;
    color: #242f6c;
    left: -35px;
    top: -5px;
    line-height: 1.7em;
    text-align: center;
    content: "\f058";
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 24px;
    font-weight: normal;
}

.ul_2 li {
    color: #666;
    font-size: 16px;
    float: left;
    width: 100%;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
    font-weight: 400;
    position: relative;
}
.ul_2 li i{
    color: #242f6c;
    font-size: 22px;
    margin-right: 5px;
}
.ul_2 li:before {
    display: inline-block;
    color: #242f6c;
    left: -35px;
    top: -5px;
    line-height: 1.7em;
    text-align: center;
    content: "\f058";
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 24px;
    font-weight: normal;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    font-size: 30px;
    color: #232323;    
}

.site-heading h4 {
  text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;    
}




.site-heading h2 span {
  color: #2280fc;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}



.site-heading h2::before {
  background: #f43737 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 40px;
}




.site-heading h2::after {
  background: #232323 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 40px;
}



.site-heading h2 span {
  color: #2280fc;
}

.site-heading {
    overflow: hidden;
    margin-top: -5px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 25px;
}

.service_box{
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.service_icon{
    display: table-cell;
    vertical-align: top;
}
.service_icon_img {
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    height: 100px;
    margin-bottom: 20px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100px;
    padding: 18px 0;
    margin: 0 auto;
    display: block;
}
.thm_bg_1{
     background: #f43737;
}
.thm_bg_2{
     background: #242f6c;
}
.thm_bg_3{
     background: #3cdb7f;
}
.thm_bg_4{
     background: #ffba34;
}
.thm_bg_5{
     background: #7f83f0;
}
.thm_bg_6{
     background: #fd694e;
}
.service_box:hover .thm_bg_1,
.service_box:hover .thm_bg_2,
.service_box:hover .thm_bg_3,
.service_box:hover .thm_bg_4,
.service_box:hover .thm_bg_5,
.service_box:hover .thm_bg_6 {
    background: red;
   
}
.service_box_info {
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
}

.service_box_info a {
    font-weight: 600;
    text-transform: capitalize;
    color: #232323;
    margin: 0 0 3px 0;
    font-size: 20px;
    display: block;
    line-height: 24px;      
}
.service_box_info p {
    color: #666666;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.padding_off{
    padding-left: 0px;
    padding-right: 0px;
}
.core_feat_div{
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
}
.core_feat_item {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
    padding: 15px 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;    
}
.core_feat_item::after {
    background: rgba(0, 0, 0, 0) url(../images/shape.png) repeat scroll center center / cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.03;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.core_feat_icon {
    -webkit-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    -moz-border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    color: #ffffff;
    display: inline-block;
    height: 80px;
    margin-bottom:15px;
    width: 80px;
    padding: 10px 0;
}
.core_feat_h {
    font-weight: 600;
    text-transform: capitalize;
    color: #232323;
    margin: 0 0 3px 0;
    font-size: 18px;
    display: block;
}
.work-process .process-list {
  margin-left: 20px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}

.work-process .process-list::before {
  background:#d1d1d1 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.work-process .process-list li span {
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.09);
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-weight:600;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  width: 40px;
}

.work-process .process-list li span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}


.work-process .process-list li:hover span:before {
  display: none;
}

.work-process .process-list li {
  margin-bottom:28px;
}

.work-process .process-list li:last-child {
  margin-bottom: 0;
}

.work-process .process-list li h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    color: #232323;
    line-height: 10px;
    margin-bottom: 9px;
}



.work-process .process-list p {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 18px;

}
.work-process .process-list ul{
    margin: 0;
    padding: 0;
}
.work-process {
    border-right: 1px solid #e7e7e7;
}


.testi_h {
    font-weight: 600;
    text-transform:uppercase;
    color: #232323;
    margin: 0 0 10px 0;
    font-size: 18px;
    display: block;
    padding-left: 37px;    
}
.testi_client{
    font-size: 15px;
    color: #f43737;
    margin-bottom: 15%;
    padding-left: 37px;    
}
.testimonials_slide p{
    padding-left: 37px;
}
.testimonials_slide p::before {
    content: ",,";
    font-family: "Times New Roman";
    font-size:95px;
    left: 3px;
    letter-spacing: -8px;
    opacity: 0.2;
    position: absolute;
    top:-25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#testimonial .carousel-indicators li {
        height: 18px;
    width: 18px;
    border-radius: 50px;
    background: red;
    padding: 0px;
    border: solid 2px #fff;
}
.footer_social{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.footer_social li {
  display: inline-block;
     margin-right: 5px;
   
}
ul.footer_social li a {
  background: #666666;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  display: block;
  text-align: center;
}
ul.footer_social li a:hover {
  background: #f43737;
}
ul.footer_social li i {
  padding: 0 !important;
}
.footer_links{
  float: left;
    width: 100%;
   

}
.footer_links ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
      float: right;
}
.footer_links ul li{
  float: left;
    border-right: solid 1px #e7e7e7;
    margin-left: 10px;
    padding-right: 10px;
    
}
.footer_links ul li:last-child{
  border-right: 0px;
}
.footer_links ul li a{
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.footer_links ul li a:hover,
.footer_links ul li a:focus,
.footer_links ul li a:active{
  color: #f43737 ;
}
.footer_main {
    padding-top: 15px;
    float: left;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #f9f9f9;
}
.copy_right {
    background: #f43737;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-weight: 400;
    margin-top: 15px;
    
}
.copy_right span {
    font-weight: 600;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #242f6c url(../images/cd-top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  z-index: 1;

}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}
.cd-top:hover {
  background-color: #242f6c;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
.cd-top {
  right: 20px;
  bottom: 20px;
}
}

@media only screen and (min-width: 1024px) {
.cd-top {
  height: 38px;
  width: 38px;
  right: 30px;
  bottom: 30px;
  border-radius: 4px;
}
}
.service_provider{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 25px;
}
.margin_off{
    margin-right: 0px;
    margin-left: 0px;
}

.inner_banner_bg{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 85px 0;
    position: relative;
    z-index: 1;
    text-align:center;
    float: left;
    width: 100%;
}
.inner_banner_bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.inner_banner_bg .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.inner_banner_bg .breadcrumb li {
    display: inline-block;    
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
        
}
.inner_banner_bg .breadcrumb a {
    color: #ffffff;
    font-size: 14px;    
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.inner_banner_bg .breadcrumb li i {
    margin-right: 5px;
}
.inner_banner_bg .breadcrumb li.active {
    color: #dcdcdc;
}
.inner_banner_bg .breadcrumb li::after {
    border: 2px solid #ffffff;
    content: "";
    height: 10px;
    left: -7px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.inner_banner_bg .breadcrumb li:first-child::after {
  display: none;
}
.inner_banner_bg h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 38px;
    margin-top: -10px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 6px;
    
}
.about_bg{
    background-image:url(../images/about_bg.jpg); 
}
.services_bg{
    background-image:url(../images/services_bg.jpg); 
}
.portfolio_bg{
    background-image:url(../images/portfolio_bg.jpg); 
}
.contact_bg{
    background-image:url(../images/contact_bg.jpg); 
}
.terms_bg{
    background-image:url(../images/terms_bg.jpg); 
}
.singel-work{
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.singel-work:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(180,180,180,0.35);
    box-shadow: 0px 0px 20px 0px rgba(180,180,180,0.35);
}

.singel-work .work-thum{
    position: relative;
    height: 400px;
}
.singel-work .work-thum::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.6);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-work .work-thum .project-button{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 0;
}

.singel-work:hover .work-thum::before{
    opacity: 1;
}

.singel-work:hover .work-thum .project-button{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.singel-work .work-thum img{
    width: 100%;
    height: 100%;
}

.singel-work .work-cont{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:12px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.singel-work .work-cont h4{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #232323;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.singel-work .work-cont ul {
  width: 50%;
  text-align: right;
}
.singel-work .work-cont ul li{
    display: inline-block;
    margin-left: 30px;
}
.singel-work .work-cont ul li:first-child{
    margin-left: 0;
}

.singel-work .work-cont ul li a{
    color: #999;
    font-size: 14px;
}
.singel-work .work-cont ul li a i{
    margin-right: 5px;
}
.main-btn-2 {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  padding: 0 25px;
  font-size: 15px;
  line-height: 50px;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.main-btn-2.dark {
    color: #fff;
    border-color: #fff;
    background: #f43737;    
}

.main-btn-2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    background-color:#242f6c;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.main-btn-2:hover{
    color: #fece47;
    border-color: #333;
}
.main-btn-2.dark:hover {
    color: #fff;
    border: 1px solid #ddd;
}

.main-btn-2.dark::before,
.main-btn-2:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-btn-2.dark:hover::before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/* ============================================================== 
     # Contact
=================================================================== */
.contact-us-area .address-items .info li {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.contact-us-area .address-items .info li .left, 
.contact-us-area .address-items .info li .right {
  display: inline-block;
}

.contact-us-area .address-items .info li .left {
  border-right: 1px solid #e7e7e7;
  float: left;
  margin-right: 20px;
  min-width: 170px;
}

.contact-us-area .address-items .info li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.contact-us-area .address-items .info li i {
  color:#242f6c;
  display: inline-block;
  font-size: 20px;
  min-width: 23px;
}

.contact-us-area .address-items .info li h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.contact-us-area .address-items .info li i, 
.contact-us-area .address-items .info li h4 {
  display: inline-block;
}

.contact-us-area .address-items .info .title {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contact-us-area .address-items {
  padding-right: 35px;
}

.contact-us-area .form-box input,
.contact-us-area .form-box select {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}
.contact-us-area .form-box .form-group {
    width: 100%;
}

.contact-us-area .form-box textarea {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 180px;
  padding-top: 20px;
}

.contact-us-area .form-box .button1 {
  background:#f43737 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 45px;
  box-shadow: inherit;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  width: 130px;
  transition: all 0.4s;
  outline: 0px;  
}
.contact-us-area .form-box .button1:hover{
  color: #f43737;
  border: 2px solid #f43737;
  background-color: #fff;
}
.contact-us-area .form-box .button2 {
  color: #242f6c;
  border: 2px solid #242f6c;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 45px;
  box-shadow: inherit;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  width: 130px;
  transition: all 0.4s;
  outline: 0px;  
}
.contact-us-area .form-box .button2:hover{
  color: #fff;
  background-color: #242f6c;
}
.contact-us-area .form-box img.loader {
  margin-left: 5px;
}

.contact-us-area .form-box h2 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    margin-top: -5px;
    font-size: 30px;
    color: #232323;
}

.ad_botm {
    display: block;
    margin-bottom: 15px;
}
.circle1 {
 position: absolute;
    left: 45px;
    top: 88px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: rgba(212, 226, 243, 0.4);
    animation: move 2.5s linear infinite;
}
.circle2{
    position: absolute;
    left: 25%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(212, 226, 243, 0.4);
    animation: move 3s linear infinite;
}
.circle3 {
  position: absolute;
    right: 59px;
    top: 110px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgba(212, 226, 243, 0.4);
    animation: move 2.5s linear infinite;
}
.circle4 {
      position: absolute;
    left: 34%;
    top: 42px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(212, 226, 243, 0.4);
    animation: move 3.5s linear infinite;
}
@-webkit-keyframes move {
  0% {
    transform: translateY(0px); 
  }
  50% {
    transform: translateY(25px); 
  }
  100% {
    transform: translateY(0px); 
  } 
}
@-moz-keyframes move {
  0% {
    transform: translateY(0px); 
  }
  50% {
    transform: translateY(25px); 
  }
  100% {
    transform: translateY(0px); 
  } 
}
@-o-keyframes move {
  0% {
    transform: translateY(0px); 
  }
  50% {
    transform: translateY(25px); 
  }
  100% {
    transform: translateY(0px); 
  } 
}
@keyframes move {
  0% {
    transform: translateY(0px); 
  }
  50% {
    transform: translateY(25px); 
  }
  100% {
    transform: translateY(0px); 
  }  
}
.hero-img {
    animation-delay: 1s;
    animation: move 4.2s linear infinite;
}

.banner_bg {
    background: url(../images/banner_bg.jpg) repeat;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: relative;
    float: left;
    width: 100%;
    background-color: #edf5ff;
    padding-top: 35px;
    padding-bottom: 35px;    
}
.moveDown {
    animation: move 6.5s linear infinite;
}
.other_services_box{
  float: left;
  width: 100%;
}

.sidebar_title {
    display: block;
}
.sidebar_title h4 {
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: -5px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size: 20px;    
}
.sidebar_title h4::before {
    background: #2280fc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.sidebar_info {
    display: table-cell;
    vertical-align: top;
    color: #837f7e;
}
.sidebar_info .meta-title {
    color: #999999;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 65px;
    max-height: 65px;
}
.sidebar_info .meta-a {
    font-weight: 500;
    color: #232323;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 3px;
    line-height: 18px;
    margin-top: 5px;
}
.heading_4 {
    font-weight: 700;
    width: 80%;
    font-size: 24px;
    color:#242f6c;
}
.padding_5{
  padding-left: 5px;
  padding-right: 5px;
}
.other_services_box {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.other_services_box:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}
.other_services_thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 85px;
}
.other_services_thumb img {
      width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 10px;
}
/*23-7-19 start*/.taleem_bg{    background-image:url(../images/taleem_bg.jpg); }.ai_bg{    background-image:url(../images/ai_bg.jpg); }/*23-7-19 END*/