@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.carousel-caption {
       text-align: left;
    bottom: 9.25rem;
   
}
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left: 0px;
}
/*
.head-banner {
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 0%);
    z-index: 99;
}*/
header {
    position: relative;
    width: 100%;
    background: rgb(0 0 0 / 0%);
    z-index: 99;
}
/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
       padding: 3px 0px 3px 0px;
    background: rgb(0 70 192);
}
.company-name{
	      color: #0046c0;
    padding: 0px;
    margin: 0px;
}
.left_info ul li {
    display: inline-block;
    margin-right: 30px;
}

.left_info a {
    color: #fffefe;
    font-size: 14px;
    font-weight: 500;
}

.left_info i.fa {
    font-size: 19px;
    color: #fff;
    padding-right: 10px;
}
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 130px 0;
    overflow: hidden;
}
.right_info p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.left_info {
    text-align: right;
}

.right_info i.fa {
    font-size: 26px;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}

header i.fa.fa-mobile {
    bottom: -4px;
    font-size: 26px;
    position: relative;
    border: 40px;
    font-weight: 500;
}

.left_info ul li:last-child {
    margin: 0px !IMPORTANT;
}
.header-main {
    padding: 6px 0;
    border-top: 1px solid #424242;
}
/*-----------header-top Close------------*/
/*-----------header-menu------------*/
nav#cssmenu ul {
    float: right;
    margin-top: 13px;
}
.logo{position:relative;z-index:123;padding:10px;font:18px verdana;color:#6DDB07;float:left;}
.logo img {
    max-width: 170px;
}
.logo a{color:#6DDB07;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a {
    padding: 9px 17px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #efefef;    color: #000000;
    font-weight: 500;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    background: #f82249!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:17px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-top: 0;
}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 11px 15px;
    width: 190px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}
.page-section, .small-section, .bg-image {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width:768px){
    .alltuchtopdown{
        display:none !important;
    }
    .about-img-two1 img:nth-child(2){
        max-width:unset  !important;
	
        position:unset !important;
        transform:unset !important;
    }
    
    .about-img-two1{
        padding-left:0px  !important;
    }
    .about-wrap.style3 .about-img-wrap .about-img-two{
    display:none  !important; 
    }
	.emergency2-main-wrapper .sb-emergency-section{
		    padding: 52px 20px !important;
	}
	.about-img-wrap1{
		display: none !important;
	}
	.about-img-two{
		padding-left: unset !important;
	}
	.about-img-two img:nth-child(2) {
   
    position: unset  !important;
    
    max-width: 100%  !important;
}
	#slider-home .btn {
    
    padding: 6px 5px !important;
    font-size: 13px !important;
   
	}
	#slider-home h3{
		    font-size: 20px !important;
	}
	.carousel-caption {
    
    bottom: 1.25rem !important;
	}
.head-banner {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    z-index: 99;
}
}
@media screen and (max-width:991px){
	.about-img-wrap1{
		display: none;
	}
.logo{        position: absolute;
        top: 0;
        left: 0;
        width: 73%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: left;
        text-align: left;}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
    float: left;
}
#cssmenu ul li:hover{
    background: transparent !important;
}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}

img{
    width: 100%;
}
div#slider-home .carousel-item::before {
  background:linear-gradient(to right, #ffffff9e, #00000000);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
#slider-home h3 {
	      font-size: 50px;
    text-transform: uppercase;
    color: #0046c0;
    margin-bottom: 10px;
    font-weight: 900;
    max-width: 600px;

}
#slider-home h3 span {
	 color: #f82249;
}
#slider-home p {
    font-size: 23px;
}

#slider-home .btn {
    background: #f82249;
    color: #fff;
    padding: 12px 30px ;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#slider-home .btn:hover{    
    background: #ffffff;
    color: #f82249;
}
.about-content .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.1);
    padding: 10px 20px;
    border-radius: 50px
}

.about-content .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px
}

.about-content h3 {
    font-size: 36px;
    
    margin-bottom: 15px;
    line-height: 1.4;    color: #131313;
}

.about-content h3 span {
    color: #f82249;
}

.about-content .about-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px
}

.about-content .about-list li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
	    display: flex;
    align-items: center;
}

.about-content .about-list li:last-child {
    margin-bottom: 0
}

.about-content .about-list li i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 30px;
    text-align: center;
    background-color: #06a3da;
    color: #fff;
    border-radius: 50px;
    font-size: 14px
}

.about-content .about-info {
    position: relative;
    margin-top: 35px;
    padding-left: 100px;
    padding-top: 10px
}

.about-content .about-info i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.1);
    color: #06a3da;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .6s
}

.about-content .about-info h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.about-content .about-info span {
    font-size: 16px;
    font-weight: 500;
    color: #6a6c72
}

.about-content .about-info:hover i {
    background-color: #06a3da;
    color: #fff
}

.about-image {
    text-align: right;
    position: relative
}

.about-image .about-inner-box {
    background-color: #06a3da;
    padding: 35px 30px;
    border-radius: 10px;
    transition: .6s;
    text-align: left;
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 390px
}

.about-image .about-inner-box .content {
    position: relative;
    padding-left: 75px
}

.about-image .about-inner-box .content .icon {
    position: absolute;
    left: 0;
    top: 0
}

.about-image .about-inner-box .content .icon i {
    font-size: 60px;
    color: #fff
}

.about-image .about-inner-box .content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500
}

.about-image .about-inner-box .content h3 a {
    color: #fff
}

.about-image .about-inner-box .content p {
    color: #fff;
    font-size: 15px
}

.about-image .about-inner-box:hover {
    transform: translateY(-5px)
}

.core-features-area {
    background-color: #eef9ff;
    position: relative;
    z-index: 1
}

.ftco-services {
  padding: 0 0 1em 0; }
  @media (min-width: 768px) {
    .ftco-services {
      margin-top: -50px; } }
  .ftco-services .services {
    display: block;
  
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #2f89fc; }
    .ftco-services .services:nth-child(even) {
      background: #0c75fb; }
      .ftco-services .services:nth-child(even) .icon {
        background: #2f89fc !important; }
    .ftco-services .services .icon {
          line-height: 1.3;
    position: relative;
    width: 120px;
    height: 120px;
    background: #2f89fc;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
      .ftco-services .services .icon span {
        font-size: 50px;
        color: #fff; }
    .ftco-services .services .media-body {
      color: rgba(255, 255, 255, 0.8); }
      .ftco-services .services .media-body h3 {
        font-weight: 500;
        font-size: 22px;
        color: #fff; }
.about-list img{
	width:64px;
}
.speciality-left {
    padding-left: 55px;
    padding-right: 120px;
}

.speciality-area .section-title-two {
    padding-top: 50px;
    padding-left: 15px
}

.speciality-item .speciality-inner {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(221,221,221,.6509803922);
    padding: 35px;
    margin-bottom: 30px
}

.speciality-item .speciality-inner:hover i {
    color: #fff;
    background-color: #6096fd
}

.speciality-item .speciality-inner i {
    display: block;
    color: #6096fd;
    background-color: #e9eef5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 18px;
    transition: .5s all ease
}

.speciality-item .speciality-inner h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px
}

.speciality-item .speciality-inner p {
    margin-bottom: 0
}

.speciality-right {
    background-image: url(../img/home-two/4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
   
    position: relative;
    width: 100%;
    height: 100%
}



.speciality-right .speciality-emergency {
    position: absolute;
    bottom: 20px;
    left: -70px;
    background-color: #0046c0;
    padding: 30px 295px 25px 40px;
    border-radius: 10px
}

.speciality-right .speciality-emergency .speciality-icon {
    width: 45px;
    height: 45px;
    background-color: #fff;
    transform: rotate(45deg);
    display: inline-block;
    position: relative
}

.speciality-right .speciality-emergency .speciality-icon i {
    display: inline-block;
    line-height: 45px;
    color: #0046c0;
    text-align: center;
    font-size: 20px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 12px
}

.speciality-right .speciality-emergency h3 {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
    position: absolute;
    top: 23px;
    right: 70px
}

.speciality-right .speciality-emergency a {
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    right: 142px;
    top: 56px;
    display: block
}

.speciality-left {
    padding-left: 55px;
    padding-right: 120px;
		 padding-top: 66px;
}
.tp-feature-2-thumb img {
    max-width: 100%;
    border-radius: 50%;
}


.emergency2-main-wrapper .video-section {
    background-image: url("../images/osteopathy-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    text-align: center;
}
.emergency2-main-wrapper .sb-emergency-section {
  background: url(../images/bg-3.png);
    color: #fff;
    padding: 52px 70px;
    padding-right: 0px;
    position: relative;
	    position: relative;
    background-attachment: fixed;
    background-position: right;
}


}
.emergency2-main-wrapper .sb-emergency-section .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px;
}
.emergency2-main-wrapper .sb-emergency-section .content i {
        font-size: 21px;
    background-color: #dd0909;
    padding: 10px;
    border-radius: 30px;
    margin-right: 12px;
}
.emergency2-main-wrapper .sb-emergency-section .content h4 {
    color:#e0eeff;
   
    font-size: 30px;
}
.emergency2-main-wrapper .sb-emergency-section p {
    color: #fff;
}
.company-sec img{
	width: 110px;
}
.add{
	display: flex;
    align-items: flex-start;
}
.add .icon img{
	    width: 20px;
}
.sec-details{
	padding-left: 17px;
}

.sec-details p{
	color:red;
	font-weight: 700;
	padding-bottom: 10px;
}
.footer-sec{
	    background-color: #00b3ff;
    border-top: 5px solid #f78b8b;
}
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 130px 0;
    overflow: hidden;
}
.br-2 {
    background-image: url(../images/bg.jpg);
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.breadcrumb-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
}
.breadcrumb-title .breadcrumb-menu {
    text-align: center;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
.list-style li {
    list-style: none;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #2490EB;
}
.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
.breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(20 70 123 / 61%);
}
.service-card.style1 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

.service-card {
    margin-bottom: 25px;
}
.service-card.style1 .service-img {
    border-radius: 10px 10px 0 0;
}
.service-card .service-img {
    position: relative;
}
.service-card.style1 .service-img img {
    border-radius: 10px 10px 0 0;
}

.service-card.style1 .service-img .service-icon {
    bottom: -25px;
    right: 25px;
    background-color: #14467B;
    border-radius: 5px;
}
.service-card .service-img .service-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    transition: 0.4s;
}
.service-card .service-img .service-icon i {
    font-size: 32px;
    line-height: 0.8;
    margin: 0 auto;
    color: #fff;
    transition: 0.4s;
}
.service-card .service-info {
    padding: 30px 25px 20px;
	    text-align: center;
}
.service-card .service-info h3 {
    font-size: 19px;
    margin: 0 0 13px;
}
.service-card .service-info p {
    margin: 0 0 15px;
}
.link.style2 {
    color: #000;
}
.link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.link.style2:after {
    background-color: #2490EB;
}
.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #14467B;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.bg-athens {
    background-color: #F0F4FF;
}
.about-wrap.style3 .about-img-wrap {
    position: relative;
    padding-bottom: 150px;
    z-index: 1;
}
.about-wrap.style3 .about-img-wrap .about-img-one {
    margin-left: auto;
    max-width: 400px;
    display: block;
    border-radius: 10px;
}
.about-wrap.style3 .about-img-wrap .about-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 320px;
    border-radius: 10px;
}
.about-wrap.style3 .about-img-wrap .about-promo-box {
    position: absolute;
    bottom: 70px;
    right: 100px;
    background-color: #2490EB;
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 30px;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.about-wrap.style3 .about-img-wrap .about-promo-box .promo-icon {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.about-wrap.style3 .about-img-wrap .about-promo-box .promo-icon i {
    font-size: 55px;
    line-height: 0.8;
    color: #fff;
    margin: 0 auto;
}
.about-wrap.style3 .about-img-wrap .about-promo-box h2 {
   font-size: 25px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-align: center;
}
.about-wrap.style3 .about-img-wrap .about-promo-box h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.about-wrap.style3 .about-content .content-title {
    margin-bottom: 25px;
}

.section-title span, .content-title span {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
}
    .content-title p {
        padding-right: 25px;
    }
.contact-detail h5{
	    color: black;
    font-size: 20px;

}
.contact-sec .add{
	    margin-bottom: 33px;
}
.contact-sec .add .icon img{
	    width: 45px;
}
.contact-detail p{
	font-size: 20px
}
.contact-form {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.contact-form h3 {
    font-size: 24px;
    margin: 0 0 25px;
    color: #000;
}
#contactForm .form-group {
    margin: 0 0 20px;
}
#contactForm .form-group input {
    height: 60px;
}
#contactForm .form-group input, #contactForm .form-group textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 5px;
}
.help-block {
    color: #E31C25;
}

@media screen and (min-width: 1000px) {
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255 255 255);
        font-weight: 600;
        /* padding-right: 0.5rem; */
        /* padding-left: 2.5rem; */
    }
}

@media screen and (min-width: 1000px) {
    .navbar-light .navbar-nav .nav-link{
        color: rgb(255 255 255);
    font-weight: 600;
    padding-right: 0.5rem;
    padding-left: 2.5rem;
		font-size:20px;
    }
.logo-header:before {
    right: -50px;
    width: 2000px;
    -webkit-transform: skew(
30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(
30deg);
}
.logo-header:after,  .logo-header:before {
    background-color:#ffffff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 120%;
    z-index: -1;
}


.navbar-expand-lg .navbar-collapse{
    display: flex!important;
    flex-basis: auto;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.collapse:not(.show) {
    display: block;
}
.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
        width: 386px;
        height: 72px;
    position: relative;
    z-index: 9;
}
.logo-header:after {
    right: -166px;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    background-image: url(../images/header-curv.png);
    width: 130px;
    background-size: cover;
}
    .nav-new{
            background-color: #ee3131;
    }
    .navbar{
        padding-top: 0px;
    padding-bottom: 0px;
    }
.work-con{
    overflow: hidden;        background-color: #faf1f1;
}
.work-con .work_wrapper .work-image{
    position: relative;
    right: 0;
    top: 120px;
    background:#e4f3fc;
    border-radius: 15px;
    z-index: 1;
}
.work-con .work_wrapper .work-image img{
    opacity: 95%;
    border-radius: 15px;
}
.work-con .work_wrapper .doted-square{
    position: absolute;
    left: -114px;
    top: 38px;
}
.work-con .work_wrapper .work-leftimage{
    position: absolute;
    left: -332px;
    top: 240px;
}
.work-con .work_wrapper .work-leftimage img{
    opacity: 60%;
}
.work-con .work_content{
    padding: 6px 0 0px 8px;
}
	body{
	    overflow-x: hidden;
}
.work-con .work_content::before {
    content: "";
    width: 1062px;
    height: 107%;
    right: -396px;
    top: 0;
    position: absolute;
  background:#e4f3fc;;
}
	.speciality-area:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url('images/bg-4.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.work-con .work_content h6{
    margin-bottom: 8px;
}
.work-con .work_content h2{
    margin-bottom: 40px;
}

.work-con .work_content ul li{
    margin-bottom: 38px;
    position: relative;
}
.work-con .work_content ul li .box{
    position: absolute;
    left: -100px;
	}
.work-con .work_content ul li span:hover{
    transform: translateY(-5px);
}
.work-con .work_content ul li .content{
    position: relative;
}
.work-con .work_content ul li .content::before{
    content: "";
    position: absolute;
    border: 1px dashed blue;
    height: 100%;
    top: 70px;
    left: -62px;
}
.work-con .work_content ul li:last-child .content::before{
    display: none;
}

	.speciality-area1{
		    background: url(../images/bg-4.png);
		position: absolute;
        left: -17%;
        top: 44%;
        width: 1464px;
        height: 300px;
        background-repeat: no-repeat;
        opacity: 99999999999;
        background-size: 294px;
        opacity: 0.2;
}
	}
.sec-details h5{
	font-size: 18px;font-weight: normal;
}
.about-content-two .btn {
    background: transparent;
    border-color: var(--tg-primary-color);
    color: var(--tg-primary-color)
}

.about-content-two .btn:after,.about-content-two .btn:hover {
    color: var(--tg-white)
}

.about-img-two1 {
    position: relative;
    padding-left: 180px
}

.about-img-two1 .main-img {
    position: relative;
    text-align: right
}

.about-img-two1 .main-img img {
    border-radius: 15px;
    border: 9px solid var(--tg-white);
    box-shadow: 0 4px 50px rgba(0,0,0,.2);
	    border: 9px solid #fff;
}

.about-img-two1 .main-img .play-btn {
    position: absolute;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,85,255,.8);
    border-radius: 50%;
    box-shadow: -8px -1px 10px hsla(0,0%,100%,.1);
    color: var(--tg-white);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px
}

.about-img-two1 .main-img .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-white);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1.5s ease-out infinite
}
.about-img-wrap1 {
    right: 19%;
    top: 3%;
    animation: alltuchtopdown 8s linear infinite
}
.about-img-wrap1 {
    position: absolute;
    z-index: -1;    transition: all .3s ease-out 0s;    max-width: 386px;
}
.about-img-two1 img:nth-child(2) {
    border: 9px solid #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .2);
    border-radius: 15px;
    transform: rotate(353deg);
    position: absolute;
    left: 45px;
    bottom: 31px;
    max-width: 200px;
}

.about-shape-wrap img {
    position: absolute;
    z-index: -1
}

.about-shape-wrap img:first-child {
    right: 41%;
    top: 13%;
    animation: alltuchtopdown 8s linear infinite
}

.about-shape-wrap img:nth-child(2) {
    right: 0;
    bottom: 0
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0)
    }

    50% {
        transform: rotateX(0deg) translateY(-50px)
    }

    to {
        transform: rotateX(0deg) translateY(0)
    }
}

.about-area-three {
    position: relative;
    padding: 80px 0
}

.about-img-wrap-three {
    position: relative;
    text-align: center;
    padding-bottom: 90px
}

.about-img-wrap-three img:first-child {
    border-radius: 100px 0 0 0
}

.about-img-wrap-three img:nth-child(2) {
    border-radius: 0 50px 0 0;
    border: 8px solid var(--tg-white);
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 2
}

.about-img-wrap-three .experience-wrap {
    width: 506px;
    display: flex;
    align-items: center;
    text-align: left;
    background: var(--tg-primary-color);
    border-radius: 0 0 0 60px;
    padding: 40px 195px 50px 45px;
    position: absolute;
    left: 0;
    bottom: 0
}

.about-img-wrap-three .experience-wrap .title {
    margin-bottom: 0;
    text-align: center;
    font-size: 64px;
    line-height: .8;
    color: var(--tg-white);
    position: relative;
    padding-right: 13px;
    margin-right: 13px
}

.about-img-wrap-three .experience-wrap .title span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .1em;
    margin-top: 5px
}

.about-img-wrap-three .experience-wrap .title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: var(--tg-white)
}

.about-img-wrap-three .experience-wrap p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--tg-white);
    line-height: 1.4;
   
}
.about__img-wrap2-home8 {
    position: relative;
    display: inline-block;
}
.text-stroke-2 {
    color: #FDBE39;
    text-shadow: -1px -1px 0 #E08B00, 1px -1px 0 #E08B00, -1px 1px 0 #E08B00, 1px 1px 0 #E08B00;
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
}
.speciality-area{
	position: relative;
}
.text-25-years {
    padding: 20px 30px 20px 40px;
    display: flex;
    align-items: flex-start;
    width: fit-content;
    background-color:#3848aa;
    border-radius: 50px 0px 50px 50px;
    position: absolute;
    top: 50%;
    left: -118px;
    z-index: 123;
    transform: translateY(-50%) rotate(-90deg);
}
.about__img-wrap2-home8 .shape {
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: 999999;
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
.about__img-wrap2-home8 .shape-2 {
    position: absolute;
    top: 15%;
    right: -35px;
    z-index: 12;
}
@media screen and (max-width:400px){
    .company-name{
        font-size: 17px !important;
    padding-top: 8px !important;
}
    #slider-home h3 {
        font-size: 17px !important;
    }
        #slider-home .btn {
        padding: 6px 5px !important;
        font-size: 10px !important;
        margin-bottom: 3px !important;
        }
}
.br-3{
    background-image: url(../images/bg-123.jpg);
}
.br-32{
    background-image: url(../images/bg-32.jpg);
}
.br-23{
    background-image: url(../images/bg-23.jpg);
}