/*
Theme Name:Infinityhealthcareservices
Version: 1.0
*/

*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
  --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fcb814;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
  --main-bg-color: #fff; 
  --main-text-color:#fff; 
  --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'Jost', serif;
  --font-paragraph:'Jost', sans-serif;
 --themecolor:#00aeff;
  --preloder-color:#00aeff;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#00aeff;
  --dark-color:#272b6a;
  --light-color:#ffffff;
  --heading-color:#111111;
  --color-green:#1fbf54;
}

.color-white-global{
  background-color: var(--light-color) !important;
  color: var(--heading-color) !important;
}



.font-works{
font-family: 'Work Sans', sans-serif;
}



/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
  font-family: var(--font-paragraph);
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--main-text-color);
  line-height:var(--main-line-heigh);
  background: var(--main-bg-color);
  letter-spacing: 0.4px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;

  font-family: 'Work Sans', sans-serif;

  
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #DC1B0F;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 17px;
    color: #3a3a3a;
    line-height: 26px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup {
    right: -45px;
    position: fixed;
    border-radius: 0px;
     bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 9999;
   text-align: center;
   line-height: 45px;
   color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
     background-color: rgba(12, 1, 1, 0.7);
}
.scrollup.actives {
    bottom: 0px;
    right: 0px;
}
.scrollup:hover {
    background-color:var(--themecolor);
}

/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

#pull span{
width: 25px;
    height: 3px;
    background: #0c5f96;
    display: block;
    margin-bottom: 5px;
}

#pull{display:none; cursor: pointer;}
.nav{
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}


.nav > ul > li:last-child:after{
  content: "";
  display: none;
}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 50px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:#f76031;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {
font-family: var(--font-paragraph);
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;
  
    font-weight: 500;
    font-size: 14px;
color:#fff; 
  line-height: 23px;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li > a i{ font-size: 20px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:#f76031; }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:2px 15px 1px 15px;
  background:#ef6130;

  border-top:1px #ff7748 solid;
  text-transform:uppercase;
  font-weight:500;font-size:12px;
  color:#fff;line-height:18px;cursor:pointer;
  transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:#086b6b;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 20 !important;
 background: rgb(40 39 39);
}
  

.header{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top:0px;
  
    transition: all 0.3s;
}
.head-top-part{
  width: 100%;
  padding: 15px 0px;
}

.menubars{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px;
}
.menubars2{
width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 3px 0px 3px 0px;
   background-color: rgb(0 0 0 / 22%);
}
.sticky .menubars2{
background-color: rgb(8 49 76 / 92%);
}

.otherpage .menubars2 {
    background-color:#086b6b;
}

.logo {
    position: relative;
width: auto;
   
}
.menu-right{
align-items: center;
flex-wrap: wrap;
   display: flex;
   width: 100%;
justify-content: space-between;
    padding:7px 15px; 
 }
 ul.top-social {
    display: flex;
}
 ul.top-social li{
 margin-right: 20px;
 }
 ul.top-social a{
  color: #ceb8d9;
  font-size: 15px;
 }

/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
  display: block;
}

.sidenav a {
  
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav ul li a{
  padding: 15px;
  border-bottom: 1px solid #121212; 
}
.mobile-menu li.current-menu-item a{
  color:#fff;
  background:var(--themecolor); 
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.pus-icon{
  display: none;
}







/***************************
BANNE
***************************/





.pic{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;

}

.pic > img{
  width: 100%;
}
.pic > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;

       object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-transform 20s ease-out;
    transition: transform 20s ease-out;
    transition: transform 20s ease-out,-webkit-transform 20s ease-out;
    -webkit-transition: -webkit-transform 20s ease-out;
}
.pic:hover > .holder {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}





/**************
footer
**************/


/***************************
RESPONSIVE
***************************/
.top-head {
display: inline-block;
vertical-align: top;
width: 100%;
background:transparent;
position: absolute;
left: 0px;
z-index: 10;


}
.top-header{
   display: inline-block;
vertical-align: top;
width: 100%;
background-color:#f4fbfb; 
padding: 10px 0px;
}


.right-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
}

.header-social{
       display: flex;
    flex-wrap: wrap;
    width: auto;
       margin-right: 40px;
}
.header-social li{
       font-size: 14px;
    color: #727b7d;
    padding: 2px 3px;
 
}
.header-social li a{
    background-color: #d1ecec;
    display: block;
       padding: 7px 10px;
       border-radius: 4px;
       color: #6f8989;
}
.header-social li:hover a{
    background-color: #f76031;
    color: #fff;
}

.header-call{
 padding: 5px 18px;
    color: #304043;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    height: auto;
    margin-right: 0px;
    letter-spacing: 0;
    margin-bottom: 0rem;
}
.header-call > span{
display: block;
    font-size: 15px;
    color: #56616e;
    margin-bottom: 2px;
    font-weight: 400;
}
.header-call > span i{
	color: #f76031;
	margin-right: 5px;
}
.cals{
	font-size: 18px;
	display:flex;
	color: #304043;
}
.cals a{
    display: block;
    font-size: 14px;
	margin-right:8px;
    color: #343434;
    font-weight: 500;
}
.cals a:hover{
	 color: #f76031;
}
a.get-btn{
    background-color: #f76031;
     border-radius: 0;
     padding: 5px 18px;
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     text-align: center;
     height: 48px;
     line-height: 35px;
     text-transform: uppercase;
}

a.btn-banner{
    background-color: #0f987d;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 10px 20px;
}
.home-banner {
 padding-bottom: 50px;
    padding-top: 50px;
    width: 100%;
    display: inline-block;
    background-size: cover !important;
    background-color: #e6f6f6;
}
.home-banner .slide{
padding:0px;
background-size: cover !important;
}
.slide-content{
  
}
.slide-content h1 {
    font-size: 72px;
    color: #273838;
    font-weight: 600;
    line-height: 77px;
letter-spacing: 0;
display: inline-block;
margin-bottom: 20px;
font-family: var(--font-titel);
}
.slide-content h1 span{
    color: #f76031;
}
.slide-content p{
 color: #273838;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
    letter-spacing: 0px;
}
.slide-content strong.extra-titel {
    display: inline-block;
    font-weight: 500;
    font-size: 37px;
    line-height: 16px;
    margin-top: 16px;
    color: #f76031;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: var(--font-titel);
}
a.banner-call{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-left: 5px solid #f76031;
    font-size: 35px;
    font-weight: 600;
    color: #086b6b;
    padding-left: 15px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}
a.banner-call span{
    display: block;
    font-size: 14px;
    color: #273838;
    font-weight: 500;
}


a.banner-btn{
    background-color: #f76031;
    border-radius: 4px;
    padding:8px 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;

    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}


ul.site-badch {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

ul.site-badch li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
}
.banner-boxs {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.banner-boxs:hover{
    background-color:#f76031;
}
.banner-boxs:hover p{
    color: #fff;
}
.banner-boxs:hover img{
filter: contrast(200%) brightness(150%);
}
ul.site-badch li  img{

}
ul.site-badch p{
font-weight:600;
color: #3e4349;
}


.elments1{
right: -85px;top: 43%;background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 15px #84979700;
}

.elments2{
left: -102px;
    background: #fff;
    bottom: 41px;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #84979700;
}

/********************cooming*************/


.section-home1{
    padding: 100px 0px;
    background-color: #fff;
}

.wel-texts span{
font-size: 29px;
font-weight: 600;
}
.wel-texts .smalltext{
    font-size: 18px;
    color: #f76031;
    font-weight:600;
    margin-bottom: 15px;
}
.wel-texts > span,
.ph{
 
}
.wel-texts h1{

}
.wel-texts h2{
font-size: 50px;
color: #383838;
font-weight: 700;
line-height: 50px;
margin-bottom: 20px;
letter-spacing: 0;
}
.wel-texts h3{
    font-size: 29px;
    color: #383838;
    line-height: 36px;
    margin-bottom: 20px;
}

.wel-texts p{
margin-bottom: 20px;
    
}
.wel-texts ul{

}
.wel-texts ul li{

    
}
.wel-texts ul li a{
   
}
.wel-texts strong{
    font-weight: 600;
}


.img-holder{
  
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
    font-size: 13px;
}

.services-holder{
       background-color: #fff;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
 box-shadow: 0px 0px 15px rgb(204 204 204 / 22%);
}


.services-holder .dtas{
padding:30px 20px;
width: 100%;
text-align: center;
}
.services-holder .dtas h3{
font-size: 26px;
color: #3c4753;
line-height: 30px;
width: 100%;
margin-bottom: 20px;
}

.section-home2{
    padding: 0px 0px 50px 0px;
    background-size: cover !important;
}

.font-size-h2 h2{
	font-size: 40px;
}

a.page-btn{
	background-color: #f76031;
    border-radius: 0;
    padding: 5px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 45px;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}
.section-solutions{
	padding: 80px 0px;
}
.services-holders{
    text-align: center;
    padding: 5px 25px;
    width: 100%;
    display: inline-block;
}
.services-holders .icon{

}
.services-holders h3{
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    margin: 15px 0px;
    width: 100%;
    display: inline-block;
}
.services-holders p{
color: #fff;
}
.borders-1,
.borders-2,
.borders-3{
	border-right: 1px solid #297273;
}

.section-services{
	padding: 80px 0px;
}
.services-holder-left{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #e6f6f6;
    margin-bottom: 15px;
    align-items: center;
}
.pic-left{
	flex: 0 0 50%;
}
.pic-right-data{
	flex: 0 0 50%;
	padding: 20px 30px;
}
.pic-right-data h3{
font-size: 20px;
color: #383838;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
}
.pic-right-data p{

}
.section-reviws{
	background-color: #fcf7fb;
	padding: 80px 0px;
}

.number-c{
    color: #f76031;
    font-size: 20px;
    font-weight: 600;
    font-family:var(--font-paragraph);
}
.bacground-white{
    background-color: #fbfbfb;
    padding: 15px 15px;
}


.text-holder{
padding: 16px 4px;
    display: inline-block;
}

.text-holder h3{
    color: #3c4753;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 13px;
}
.text-holder p{

}
.section-home3{
    padding:80px 0px;
}
.section-home5{
    padding:0px 0px 60px 0px;
}

.border-raduse{
    border-radius: 10px;
    background-size: cover !important;
}
.bacground-color{
    background-color: #fff;
     border-radius: 10px;
     padding: 30px;
     margin: 20px 0px;
}
.bacground-color h3{
    font-size: 29px;
    color: #383838;
    line-height: 36px;
    margin-bottom: 20px;
}
.section-home4{
    padding: 80px 0px;
    background-size: cover !important;
}
.contet-holder{
    width: 100%;
    text-align: center;
    position: relative;
}
.contet-holder .number-car{
width: 90px;
    height: 90px;
    background-color: #f76031;
    border-radius: 100px;
    line-height: 90px;
    display: inline-block;
    font-size: 40px;
    letter-spacing: -2px;
    font-weight: 600;
}
.contet-holder h3{
width: 100%;
font-size: 20px;
color: #3c3a3a;
padding: 18px 0px;
width: 100%;
display: inline-block;
}
.contet-holder p{

}
.border-pos {
    width: 100%;
    position: absolute;
    left: 120px;
    height: 1px;
    border-bottom: 1px dashed #c3c3c3;
    top: 45px;
    z-index: 0;
}
.cards{
    position: relative;
    z-index: 10;
}
.contet-holder .dn4{
    display: none;

}


/************footer***********/

.footer{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background:#182c36;
    background-size: cover !important;
    padding: 70px 0px 0px 0px;
}
.footer-social{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.footer-social > li{
width: 50px;
height: 50px;
}
.footer-social > li a{
    font-size: 20px;
}
.socil-link{
    display: flex;
    width: 100%;
}
.socil-link li{
    margin-right: 15px;
}

.foter-nav{
    background-color: #282727;
    width: 100%;
    display: inline-block;
    padding: 18px 0px;
    margin-top: 20px;
}
ul.footer-menu {
    display: flex;
  
    flex-wrap: wrap;
   
}
ul.footer-menu li{
padding:6px 0px;
width: 100%;
margin-bottom: 10px;
}
ul.footer-menu li a{
   
    font-size: 16px;
    color: #fff;
}
ul.footer-menu li a:hover{
      color: #00aeff;
}
.addres-footer{
    width: 100%;
}
.addres-footer li{
    margin-bottom: 28px;
        display: flex;

}
.addres-footer li span{
    float: left;
}
.addres-footer li span i{
color: #f76031;
width: 28px;
}
.addres-footer li a{
    color: #fff;
}
ul.socil-footer {
    display: flex;
    width: 100%;
    margin-top: 15px;
}
ul.socil-footer li{
    margin-right: 10px;
}
ul.socil-footer li a{
        width: 30px;
        font-size: 14px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.small-link{
    display: flex;
    flex-wrap:wrap ;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
}
ul.socil-footer li a:hover{
    background: #f76031;
    color: #fff;
   transition: all 0.3s;
   border: 1px solid #f76031;
}
.small-link li a{
    color: #C8CBCF;
    font-size: 14px;
}
.small-link li{
    padding: 2px 20px;
    position: relative;
}
.small-link li:last-child:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 1px;
    height: 17px;
    background-color: #5B5D61;
}
.foot-menu-copy{
margin-top: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px;
    border-top: 1px solid #213844;
}
.text-copy{
 
color: #386285;
    font-size: 14px;

    
}
.text-copy p{
 color: #fff;  
 font-size: 14px; 
}
.text-copy p a:last-child{
     color: #C2C2C2; 
}

.footer-content{
    padding:0px 0px 15px 0px;
}
.footer-content h4{
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 27px;
}
.footer-content p{
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 18px;
    letter-spacing: 0px;
}
.footer-content p a{
  color: #FFFFFF;  
  word-wrap: break-word;
}
a.btn-white{
background-color: #00aeff;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.section-insu{
    padding: 90px 0px;
}
.ins-image{
    padding: 30px;
    border-radius: 15px;
}
.box-ins{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.head-box{
    background-color: #f76031;
    padding: 15px 15px;
    text-align: center;
}
.head-box h3{
font-size: 27px;
margin-bottom: 5px;
}
.head-box p{
color: #fff;
}

.body-box {
    padding: 20px 20px 10px 20px;
    text-align: center;
}
.body-box h3{
font-size: 34px;
color: #0f2333;
margin-bottom: 15px;
}
.body-box p{

}
.footer-box {
    padding: 20px;
    display: flex;
 justify-content:center;

}
.footer-box a{
background-color: #1d94cf;
border-radius: 10px;
width: 100%;
padding: 15px;
color: #fff;
text-align: center;
font-size: 24px;
font-weight: 600;
}
.footer-box a span{
display: block;
font-size: 16px;
font-weight:400;
}

.banner-bart-catagory{
    padding-bottom:90px;
    padding-top: 200px;
    width: 100%;
    display: inline-block;
    background-size: cover !important;
}

.service-details-wrapper{
    padding: 70px 0px;
}
.service-details-content-outer{

}
.service-details-content-outer h2{
    font-size: 40px;
    color: #515151;
    line-height: 48px;
    margin-bottom: 25px;
}
.service-details-content-outer h3{
      font-size:38px;
    color: #515151;
    line-height: 48px;
    margin-bottom: 25px;
}
.service-details-content-outer h4{
     font-size:28px;
    color: #515151;
    line-height: 30px;
    margin-bottom: 19px;
}
.service-details-content-outer p{
    margin-bottom: 20px;
}
.service-details-content-outer p strong{
    font-weight: 600;
}
.service-details-content-outer ol{
    margin-bottom: 20px;
}
.service-details-content-outer ol li,
.service-details-content-outer ul li{
    font-size: 16px;
    color: #3a3a3a;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.service-details-content-outer ol li strong,
.service-details-content-outer ul li strong{
     font-weight: 600;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0;
    margin-bottom: 10px;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background: #fbfbfb;
}
.card-header h3{
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 23px;
    font-family: var(--font-paragraph) !important;
    font-weight:500;
}

.sideform{
background-color: #f6f6f6;
width: 100%;
border-radius: 15px;
overflow: hidden;
}
.sideform h3{
background-color: #f76031;
    padding: 13px 15px;
    color: #fff;
    font-family: var(--font-paragraph) !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
}
.form-body {
    padding: 25px;
}
.fild{
 width: 100%;
 margin-bottom: 10px;
}
.fild input[type=text],
.fild input[type=email],
.fild input[type=tel]{
 width: 100%;
    border-radius: 4px;
    border: none;
    padding: 5px 11px;
    height: 40px;
}
.fild select{
width: 100%;
    border-radius: 4px;
    border: none;
    padding: 5px 11px;
    height: 40px;
}
.fild textarea{
width: 100%;
    border-radius: 4px;
    border: none;
    padding: 5px 11px;
    height: 120px;
}
.fild input[type=submit]{
     width: 100%;
     background-color: #086b6b;
    padding: 9px 15px;
    color: #fff;
    font-family: var(--font-paragraph) !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 5px;
    border: none !important;
    cursor: pointer;
	display:block;
}
.widget_nav_menu{
background-color: #084876;
padding: 15px;
margin-top:25px;
}
.widget_nav_menu h4{
    background: #f76031;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    font-family: var(--font-paragraph) !important;
    margin-bottom: 15px;
}
.menu-services-menu-container .menu {
width: 100%;
}
.menu-services-menu-container .menu  li{
color: #fff;
position: relative;
    padding-left: 21px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.menu-services-menu-container .menu  li:hover{
    padding-left: 25px; 
}

.menu-services-menu-container .menu  li a{
color:inherit;
}

.menu-services-menu-container .menu  li:after{
content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    color: #f76031;
}
.call-bacground{
    display:flex;
    justify-content:center;
    align-items: flex-end;
    width: 100%;
    padding: 20px;
    height: 405px;
    margin-top: 25px;
}
.cal-data{
    background-color: #f76031;
    padding: 30px 15px;
    width: 100%;
    text-align: center;
}
.cal-data span{
    display: block;
    font-size: 24px;
    color: #0f2333;
    font-weight: 600;
}
.cal-data strong{
    display: block;
    font-size: 30px;
       color: #fff;
    font-weight: 600;
}

.artical-related{
    background-color: #f6f6f6;
    width: 100%;
    padding: 30px 15px;
    margin-top: 20px;
}
.artical-related h3{
color: #162c40;
    text-align: center;
    font-size: 26px;
    padding: 10px;
    font-weight: 700;
    font-family: var(--font-paragraph) !important;
    margin-bottom: 15px;
}

.artical-related ul{

}
.artical-related ul li{
border-bottom: 1px solid #e9e9e9;
display: inline-block;
width: 100%;
}

.artical-related ul li a{
color: #162c40;
font-size: 18px;
width: 100%;
padding: 10px;
display: inline-block;

}

.service-details-sidebar{
   
}
.top-holder{
	border-radius: 10px;
	padding: 40px 30px;
	text-align: center;
	margin-top: 40px;
	transition: all 0.3s;
}
.top-holder:hover{
	background-color: #086b6b;
}
.top-holder:hover h3,
.top-holder:hover p{
	color: #fff;
}
.top-holder h3{
color: #383838;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 14px 0px;
}

.bacground-color1,
.bacground-color5{
	background-color: #faf7fc;
}
.bacground-color2,
.bacground-color6{
	background-color: #f4fbfb;
}
.bacground-color3,
.bacground-color7{
	background-color: #f6f4fb;
}
.bacground-color4,
.bacground-color8{
	background-color: #fcf7fb;
}
.testmo-item{
    padding: 10px;
}

.testmo-holder{
background-color: #fff;
border-radius: 10px;
padding:20px;
}
.test-header{
    width: 100%;
    display: flex;
    align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
}
.test-header > div{
    display: flex;
      align-items: center;
}
.user-img{
border-radius: 100px;
width: 55px;
height: 55px;
overflow: hidden;
margin-right: 8px;
}
.user-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.test-header h4 {
    color: #5a5a5a;
    font-size: 17px;
}
.star{
width: auto;
display: flex;
}
.star li{
background-color: #f97a14;
    padding: 3px;
    font-size: 12px;
    margin: 2px;
    border-radius: 4px;
}
.star li i{
    background-color: fff;
}
.datas p{

}
.slick-dots li.slick-active button{
    background: #1d242b;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
 
    background: #d7d7d7;
    border-radius: 15px;
}

.inner-banner{
    padding: 80px 0px;
}
.inner-banner h3{
    font-size: 65px;
    color: #273838;
    font-weight: 700;
}
.section-blog-singel{
    padding: 80px 0px;

}
.section-blog-singel div h1{
font-size: 45px;
color: #383838;
width: 100%;
margin-bottom: 18px;
font-weight: 700;
}

.section-blog-singel div h2{
font-size: 38px;
color: #383838;
width: 100%;
margin-bottom: 18px;
font-weight: 700;
}
.section-blog-singel div h3{
font-size: 30px;
color: #383838;
width: 100%;
margin-bottom: 18px;
font-weight: 700;
}
.section-blog-singel div h4{
    font-size: 25px;
color: #383838;
width: 100%;
margin-bottom: 18px;
font-weight: 700;
}
.section-blog-singel div ul{
    
}
.section-blog-singel div ul li{
        font-size: 16px;
    color: #3a3a3a;
    line-height: 26px;
    letter-spacing: 0;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}
.section-blog-singel div > ul > li:after{
    content: "";
    position: absolute;
    left: 0px;
    top:7px;
    width: 10px;
    height: 10px;
    background-color: #ef6130;
    border-radius: 100px;
}
.section-blog-singel div p{
        margin-bottom: 18px;
}
.section-blog-singel div img{
    width: 100%;
    margin-bottom: 15px;
}
.sidemneu{
    background: #086b6b;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
.sidemneu h3{
    background-color: #ef6130;
    color: #fff !important;
    font-size: 27px !important;
    width: 100% !important;
    padding: 12px;
    text-align: center;
}
.sidemneu ul.list-side{
    padding: 10px 18px;
}
.list-side li{
border-bottom: 1px solid #157e7e;
    padding-bottom: 8px;
}
.list-side li a{
color: #fff !important;
}
.sideform h4{
    background: #f76031;
    color: #fff !important;
    text-align: center;
    padding: 15px 8px;
}

.after-trasn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #07282875;
  opacity: 0;
  transition: all 0.3s; }

.after-trasn a.lightbox {
  width: 35px;
  height: 35px;
  background: #ef6130;
  text-align: center;
  line-height: 35px;
  border-radius: 100px;
  color: #fff;
  cursor: pointer; }

.pic:hover .after-trasn {
  opacity: 9; }

.holder-project .pic {
  border-radius: 8px; }

.holder-project {
  margin-bottom: 15px; }

.galley-page {
  padding: 70px 0px; }

.content1 {
  display: none; }


  .get-btn1 {
    background-color: #ef6130;
    display: inline-block;
    padding: 13px 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
  
    margin: 5px 10px;
}
.section-home-pros{
    background-color: #fff0eb;
    padding: 70px 0px;
}
.top-holder2{
    background: #086b6b;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 18px;
}
.top-holder2 .icons-number{

}
.top-holder2 .dtas h3{
color: #fff;
margin: 15px 0px;
}
.top-holder2 .dtas p{
color: #fff;
}
.icons-number strong{
    font-size: 40px;
    font-weight: 600;
}

.section-home-form{
    padding: 70px 0px;
}

.from-shortcode-holder{

}
.filed{
margin-bottom: 10px;
}
.fild-center{
width: 100%;
    border-radius: 5px;

    background-color: #f7f7f7;
    height: 47px;
    padding: 5px 14px;
    border: 1px solid #e7e7e7;
}
.wpcf7-spinner{
    position: absolute;
}
.fild-submit{
margin-top: 20px;
    width: auto;
    border-radius: 5px;
    background-color: #f76031;
    color: #fff;
    border: none;
    /* height: 40px; */
    padding: 10px 40px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #4e4e4e;
    font-size: 13px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #000;
}


.section-contatc{
    padding:70px 0px;
}

.info-holder {
  background: #ef6130; 
    padding: 20px;
    width: 100%;
    /* height: 100%; */
}
.info-holder h3{
  
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.addres-contact {
    color: #fff;

    width: 100%;
}
.addres-contact li{
display: flex;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d54b1c;
}
.addres-contact li span{
    color: #fff;
    margin-right: 8px;
}
.addres-contact li a{
    color: #fff;
}
.map iframe{
  width: 100%;
    height: 334px;
    margin: 20px 0px;
}

.from-shortcode-holder .fild textarea {
    width: 100%;
    border-radius: 4px;
    border: none;
    padding: 5px 11px;
    height: 195px;
}
.from-shortcode-holder {
    background: #f1f1f1;
    padding: 30px;
    display: inline-block;
}
.from-shortcode-holder h2 {
    text-align: center;
    font-size: 35px;
    color: #505050;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.from-shortcode-holder p{
    margin-bottom: 20px;
    text-align: center;
}
.section-about{
    padding: 70px 0px;
}
.section-about2{
    padding: 0px 0px 70px 0px;
}

/************end**********/

@media (min-width: 1900px){

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width:1900px;
}

}

@media screen and (max-width: 990px) {
  

}
@media screen and (max-width: 767px) {

.section-blog-singel div h4 {
    font-size: 20px;
    color: #383838;
    width: 100%;
    margin-bottom: 18px;
    font-weight: 700;
}
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1350px){
.elments1 {
    right: 0;
    top: 58%;

}
.nav > ul > li {
    
    margin: 0px 20px 0px 0px;
}
}
@media screen and (max-width:1100px){

    .slide-content h1 {
    font-size: 51px;
  
    line-height: 68px;
   
}
.slide-content strong.extra-titel {
    display: inline-block;
    font-weight: 500;
    font-size: 30px;
  
}

}

@media screen and (max-width: 991px){
    .nav {
    display: none;
}
.pus-icon {
    display: block;
        font-size: 23px;
}
.logo {
    position: relative;
    width: 245px;
}
.header-social {
 
    display: none;
}
.elments2 {
    left: 0;
   
}

}
@media screen and (max-width:767px){

.logo {
    position: relative;
    width: 100%;
    text-align: center;
}
.right-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.wel-texts h2 {
    font-size: 38px;
   
}
.wel-texts{
    margin: 10px 0px;
}
.borders-1, .borders-2, .borders-3 {
    border-right: 0;
}
.services-holders{

    margin-bottom: 15px;
}
.pic-left {
    flex: 0 0 100%;
}
.pic-right-data {
    flex: 0 0 100%;
    padding: 20px 30px;
}
.inner-banner h3 {
    font-size: 39px;
    color: #273838;
    font-weight: 700;
}
.inner-banner {
    padding: 40px 0px;
}
.section-blog-singel div h1 {
    font-size: 30px;
    color: #383838;
    width: 100%;
    margin-bottom: 18px;
    font-weight: 700;
}
.section-blog-singel {
    padding: 40px 0px;
}
.section-blog-singel div h2 {
    font-size: 32px;
    color: #383838;
    width: 100%;
    margin-bottom: 18px;
    font-weight: 700;
}
}
@media only screen and (max-width:575px) {
.test-header {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
}

@media only screen and (max-width:450px) {
    
    .right-header {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
}
.slide-content h1 {
    font-size: 37px;
    line-height: 47px;
}
.slide-content strong.extra-titel {
    display: inline-block;
    font-weight: 500;
    font-size: 25px;
}
.elments2 {
   
    bottom: -43px;
   
}
.elments1 {
    right: 0;
    top: 58%;
    display: none;
}
.banner-imgs{
    margin-top: 15px;
}
.wel-texts h2 {
    font-size: 32px;
    line-height: 39px;
}
.wel-texts span {
    font-size: 24px;
    font-weight: 600;
}
.section-home1 {
    padding: 50px 0px;
    background-color: #fff;
}

}

 @media only screen and (max-width:360px) {
    

}

section.section.section-home1 {
    display: none;
}
