@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Saira:ital,wght@0,100..900;1,100..900&family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato-Regular'), url(image/Lato-Regular.ttf) format('truetype');
  }
  

  body{ margin:0; padding:0; font-family: Lato, Arial, sans-serif; font-size: 16px; font-weight: normal; color: #111111; line-height: 26px; background:#fff;}
h1,h2,h3,h4,h5,h6{font-family: Lato, Arial, sans-serif;}
  p{ font-size:16px; font-family: Lato, Arial, sans-serif; line-height:25px; text-align:justify; margin-bottom: 10px;}

  ul li{ font-size:16px; font-family: Lato, Arial, sans-serif; line-height:23px; text-align:left;}
  a{text-decoration: none;}
.hm-serv {
    padding: 0px 0;
    background: url(image/ser-bg.jpg) no-repeat;
    background-size: cover;
}

.home-serv{ background: #333333; padding:50px 20px 150px; }
.home-serv .hm-head{ text-align:center; color:#fff;}
.home-serv .hm-head::after{ left:0; right:0; margin: 0 auto; background: #fff;}
.home-serv p{ text-align:center; color:#fff;}
.ser-bx{padding: 10px 10px;}
.ser-bx:hover{ border-radius:5px; background:#f2652e;}
.ser-bx h3{ text-align:left; color:#fff; font-size: 19px; font-weight: 700;}
.ser-bx p{ text-align:left;}
.ser-bx img{width: 100%;height: 258px;margin-bottom:10px;border-radius: 10px 10px;}

.book-appointment{ background:#fff; margin-top:-130px; position: relative; z-index:2; border-radius: 20px;}
.book-appointment img{ border-radius: 20px 0 0 20px;}
.book-appointment .hm-head{color:#273c4f;font-size: 26px;text-align:left;}
.book-appointmen .hm-head::after{ left:0; right:0; margin: 0 auto; background: #ee5550;}
.book-appointment .icons{ width:70px; height:70px; background: #eee; border-radius: 50px; padding:20px; float:left; margin-right:10px;}
.book-appointment .icons .fa{ color:#f05550; font-size:36px; font-weight: 700;}
.book-appointment h4{ text-align:left; color:#273c4f; font-size: 25px; font-weight: 700;}
.book-appointment h4 span{ display:block; font-size:16px; color:#888;}


.whatsnew{ text-align: center;}
.whatsnew a{width: 33%;display: inline-block;background: #333333;color: #fff;text-align: center;/* font-weight: 600; */padding: 12px 14px;font-size: 16px;/* margin: 30px 0 0 0; */}
.whatsnew a:hover{ background: #f2652e;}
.whatsnew a:first-child{border-radius:6px 0 0 6px;margin-right:-2px;}
.whatsnew a:last-child{ border-radius:0 6px 6px 0; margin-left:-2px;}

.callus {
      width: 100%;
      margin: 15px 0 0 0;
      text-align: right;
      position: fixed;
      bottom: 2em;
      right: 30px;
      width: 50px;
      height: 50px;
      z-index: 99999;
    }  
   
  
    .callus .callusL {
      width: 38px;
      height: 38px;
      font-size: 11px;
      border-radius: 100%;
      text-align: center;
      line-height: 38px;
      display: inline-block;
      float: right;
      background: #eb1d39;
      color: #fff;
      margin: 0 12px 0 0;
      -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
      -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
      box-shadow: 0px 0px 0px 7px #dc354536;
      -webkit-animation: tada 1.25s infinite alternate-reverse;
      -moz-animation: tada 1.25s infinite alternate-reverse;
      -ms-animation: tada 1.25s infinite alternate-reverse;
      animation: tada 1.25s infinite alternate-reverse;
    }
  
  .inner-icon-ul a { color: #181818 !important;}
  
  
  .whatsapp_btn {
      position: fixed;
      bottom: 166px;
      right: 40px;
      width: 45px;
      height: 45px;
      z-index: 9999;
    }
    .whatsapp_btn .icon_logo {
      position: relative;
      z-index: 100;
      padding: 5px;
    }
  
    .whatsapp_btn .icon_logo > a > img {
      width: 100%;
    }
  
    .whatsapp_btn .circle_waves {
      border-radius: 50%;
      background-color: #3cc04e;
      width: 45px;
      height: 45px;
      position: absolute;
      opacity: 0;
      bottom: 1px;
      left: 0px;
      z-index: 99;
      animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    }
  
    @keyframes waves {
      from {
        transform: scale(0.55, 0.55);
        opacity: 0.6;
      }
      to {
        transform: scale(1.8, 1.8);
        opacity: 0;
      }
    }


.whatsapp_btn {
    position: fixed;
    bottom: 7em;
    right: 34px;
    width: 55px;
    height: 55px;
    z-index: 9999;
  }
  .whatsapp_btn .icon_logo {
    position: relative;
    z-index: 100;
    padding: 5px;
  }

  .whatsapp_btn .icon_logo > a > img {
    width: 100%;
  }

  .whatsapp_btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  }

  @keyframes waves {
    from {
      transform: scale(0.55, 0.55);
      opacity: 0.6;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }

body{margin:0 !important; padding:0 !important; font-family:Arial !important;     font-size: 13px;
    font-weight: normal;
    color: #000;
    line-height: 24px; background:#fff;}

a{text-decoration:none;}
.container-middle{ margin:0 auto;     text-align: left; font-family:Arial !important;     font-size: 14px !important; line-height: 24px !important; font-weight: normal !important; color: #666;}

.container-middle a{color:#236fb6; text-decoration:none;}
.team_img {
    width: 130px;
    border: 6px solid #555;
    border-radius: 50%;
}


    /*hm-service-sec*/
    .hm-service-sec .ser-box{position: relative;margin:0 auto;width:70%;background: #fff;height: 100%;transform: rotate(45deg);-webkit-transform:rotate(45deg);box-shadow: 0 0 45px rgba(0, 0, 0, .08);border-radius: 15px;overflow:hidden;}
    .hm-service-sec .ser-bx {transform: rotate(-45deg); padding:9px; transition:.5s; position:relative; }
    .hm-service-sec .ser-bx a{ color:#f26520;    font-weight:600;}
    .hm-service-sec .ser-bx .fa{font-size:40px; margin:25px auto; color:rgb(242, 101, 32);}
    .hm-service-sec .ser-bx h4{
        font-size: 20px;
        text-align: center;
        }
.hm-service-sec .ser-bx p{
        /* font-size: 14px; */
        /* text-align: center; */
        /* color: #fff; */
        }
        .ft_ser{font-size: 14px;}
    .hm-service-sec .ser-bx::before {position: absolute; top: -50px; left: -75%; z-index: 2; display: block; content: ''; width: 50%;	height: 150%; background: -webkit-linear-gradient(left, rgba(242,101,32,0) 0%, rgba(242,101,32,.3) 100%);	background: linear-gradient(to right, rgba(242,101,32,0) 0%, rgba(242,101,32,.3) 100%); -webkit-transform: skewX(-45deg);	transform: skewX(-25deg);}
    .hm-service-sec .ser-box:hover .ser-bx::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    /*hm-service-sec*/
    /*** Section Title ***/
    .section-title {position: relative; text-align:center;}
    .section-title h2{line-height: normal;text-align: center;text-transform: capitalize;position: relative;padding: 0;margin: 0;font-weight: 300;font-size: 40px;color: #f2652e;-webkit-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
    .section-title h2::before {position: absolute; left: 0; right:0; margin:0 auto; bottom: 0; width: 60px; height: 2px; content: ""; background-color: #f26520; margin-bottom: -30px;}
    .section-title h4{text-align: center;font-size: 13px;font-weight: 500;text-transform: uppercase;letter-spacing: 4px;line-height:20px;padding-left: 0.25em;color: rgb(242 101 46);}
    

h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-align: left;}
	
h2{     font-size: 25px;
    text-align: left;
    color: #333;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;}

h4{    font-size: 14px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;}

.cl{clear:both;}

.social-fix ul{list-style: none;
    padding-left: 0;}
	
.social-fix{position: fixed;
    top: 30%;
    right: -6px;
    z-index: 9;}
	
.social-fix ul li{margin-bottom:-5px; transition:0.5s;}

.social-fix ul li:hover{margin-left:-5px; transition:0.5s;}

/*color-box*/
.td-banner{background:#256fb4;}
.td-banner:hover, .td-banner,
.us-lk ul li:hover, .us-lk ul li,
.abt-hm, .abt-hm:hover
{transition:0.5s; -moz-transition:0.5s; -webkit-transition:0.5s;}


/*color-box*/

/*banner*/
.banner-bx{
    background: #333;
    margin-top: 0px;
    margin-bottom: 0px;
    }

.td-banner{  
    height: 230px;
    position: relative;
    border: 0;
    padding-top: 0px;
    overflow: hidden;
    margin-top: 0;
    background-size: 100% 100%; background:transparent;}
	
.td-banner.adddv{background:#f26520;}

.td-banner.adddv p.img-bn{
    background: #fff;
    height: 65px;
    line-height: 45px !important;
    padding-top: 15px;}
	
.td-banner.adddv h2{color:#fff; margin-top:10px;}

	
.td-banner p.img-bn{ text-align: center;
    background: #f26520;
    width: 60px;
    overflow: hidden;
    margin: 0 auto;
    height: 190px;
    line-height: 350px !important;
    border-radius: 0 0px 30px 30px;}

.img-bn img{background: #fff;
    border-radius: 50%;
    /* padding: 10px 10px; */
    /* border: 3px solid #8e7100; */
    /* box-shadow: 3px 3px 5px #111; */
    transition: 0.5s;
    width: 100%;
    padding: 3px;
    margin-left: -2px;
	margin-bottom:16px;}
	
.td-banner.adddv .img-bn img{transform:rotate(360deg) scale(1.1); transition:0.5s; }

.td-banner h2{
    font-family: Helvetica, Arial;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    /* background: rgba(10,60,100,0.1); */
    margin-top: 0;
    padding: 3px 0px 5px;
    font-size: 18px;
    margin-bottom: 0;
    }
	
.td-banner p{font-size: 14px;
    font-family: Helvetica;
    color: #fff;
    line-height: 20px;
    padding: 0 10px; text-align: center; margin-top: 0px; transition:0.5s;}
	
.td-banner a{    color: #fff;
    text-decoration: none;
    margin-right: 0;
    font-size: 11px;
    background: #333;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff; transition:0.5s;
}

.td-banner a:hover{padding: 6px 15px; transition:0.5s;}
	
.td-banner:hover p{margin-top:0px; transition:0.5s;}
.td-banner:hover p.img-bn{transition:0.5s;}

.banner-bg{    margin-top: -45px; }
.banner-bg img{width:100%;}
/*banner*/

/*header*/

header{padding-bottom: 20px; position: relative;     background: #fff;}


.top-nv{
    background: #333;
    color: #fff;
    /* box-shadow: 0px 1px 1px #999; */
    height: 49px;
    /* z-index: 9; */
    position: relative;
    overflow: hidden;
    border-top: 8px solid #333;
    }
	
.top-nv .container-middle{background:#fff; position:relative;}

.top-nv .container-middle:before{    content: "";
    position: absolute;
    right: -15px;
    height: 100%;
    width: 35px;
    background: #fff;
    top: 0;
    transform: skew(-34deg);
    z-index: 1;}

.top-nv .container-middle:after{    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    width: 35px;
    background: #fff;
    top: 0;
    transform: skew(34deg);
    z-index: 1;}
	
.top-nv ul{    margin: 0;
    list-style: none;
    text-align: left;
    font-size: 14px;
    padding-left: 9px;;}
.top-nv ul li{      display: inline-block;
    color: #333;
    padding: 6px 0;
    padding-right: 14px;
    margin-right: -1px;
    background: #f26520;
    border-radius: 7px;
    padding: 5px 17px;
    margin-top: 5px;
    color: #fff;}
.top-nv ul li img{      vertical-align: text-bottom;
    margin-right: 5px;
    height: 22px;
    float: initial;}
.top-nv ul li a{color:#fff;}

.bg-black{     position: absolute;
    top: 0;
    right: -7px;
    height: 36px;
    background: #002848;
    width: 11%;
    transform: skew(-23deg);
    border-left: 5px solid #0f5d9d;}

.top-nv .container-middle .fl-head{padding-top:0px;     position: relative;
    z-index: 2;}
.fl-head{padding-top:8px; }
.top-nv .container-middle .fr-head img{margin-left:0px; transition:0.5s;}
.top-nv .container-middle .fr-head img:hover{transform:rotate(360deg); transition:0.5s;}

.top-nv .container-middle .fr-head{padding-top: 3px; position:relative;     z-index: 9;}

.container-middle .fl-head{padding-top: 15px;     position: relative;
    z-index: 9;}

/*.container-middle .fr-head:after{content:""; position:absolute; right:0; top:0; height:100%; width:100%; background:#000;}*/

.fl-head h2{ font-weight: bold;
    text-transform: capitalize;
    font-size: 28px;
    margin: 0;
    margin-left: 10px;
    color: #f26520;
    text-shadow: 0px 4px 5px #ccc;
    margin-top: 8px;
    font-family: sans-serif;
	letter-spacing:-1px;
}

.fl-head h4{    font-family: sans-serif;
    font-weight: 500;
    text-align: right;
    font-size: 17px;
    margin-top: 3px;
    color: #333;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 7px;}
	

	
.fr-head{   position:relative;    text-align: right;     padding-top: 15px;}

.fl-head img{/*float: left;     height: 64px;*/}

.content-head{float: left;}

.fr-head img{ padding-right: 10px;}
.fr-head p span img{padding-right:4px; height:20px; float:inherit; display:inline-block;}

.fr-head p {    font-size: 18px;
    color: #000;
    font-family: sans-serif; line-height: 20px;     margin-top: 20px;}
	
.fr-head p span, .fr-head p span a{    font-weight: 100;
    font-size: 13px;     color: #333;}
	
.sm-dv p{float:right;

}
	
.sm-dv p{
    color: #555;
    font-size: 13px;
    font-weight: 600;  
    margin-top: 0; margin-bottom:0;}
	

/*.call-tp{width: 155px}

.soc-tp{    width: 140px;}*/
/*header*/

/*home*/

.hm-abt .container-middle{    background: #fff;
    padding-top:5px;
	padding-bottom:20px}
	
.hm-abt{    padding-top: 10px;}
.hm-abt img{    /*float: right;*/
    border-radius: 5px;
    width: 370px;
    margin-left: 20px;
    box-shadow: 11px 12px 4px #ddd; transition:0.5s;}
	
.hm-abt img:hover{transition:0.5s; transform:translate(0,-4px); box-shadow: -11px -12px 4px #ddd;}

.head-hm{text-align: center;  border-bottom: 4px double #f26520;   margin-bottom: 35px; font-size: 26px!important; position:relative;}

.head-hm strong{color:#f26520;	}

.head-hm span{padding: 3px 9px;
    /* position: relative; */
    z-index: 9;
    background: transparent;
    display: block;
    top: -12px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;width: 560px;}
	
.img-hd img{padding-top:5px;}

.flyAnimation {
    animation: fly 3.59370755s forwards;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.445,.05,.55,.95);
    -webkit-animation: fly 2s forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.445,.05,.55,.95);
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,25px);
    }

    100% {
        -webkit-transform: translate(0,0);
    }
}

@keyframes fly {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    50% {
        -webkit-transform: translate(0,25px);
        transform: translate(0,25px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}


.mar-dv{margin:0 2.5%;}

.serv-bx{    
    border: 4px solid #f26520;
    text-align: center;
    padding: 0 1.5%; transition:0.5s;     margin-bottom: 25px; background: #fff;}
	
.serv-bx:hover{transition:0.5s; background:#f26520; color:#fff;}

.serv-bx:hover .ser-img{background:#fff;}

.serv-bx:hover .ser-img img{border-color:#fff; transform:rotate(360deg);}

.serv-bx:hover .ser-img img, .ser-img img,
.serv-bx:hover .ser-img, .ser-img,
.serv-bx .rd-mr a, .serv-bx:hover .rd-mr a
{transition:0.5s;}

.ser-img{background:#f26520; width:55px; margin:0 auto;     padding-top: 15px;     margin-top: -4px;
}

.serv-bx:hover .rd-mr a{background:#fff; color:#f26520;}

.ser-img img{    width: 100%;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    margin-bottom: -26px;
    /* box-shadow: 0px -4px 5px #a14315; */
    border: 4px solid #f26520;}
	
.serv-bx h3{    margin-top: 30px;
    font-size: 19px;
    margin-bottom: 5px;}
	
.serv-bx .rd-mr{    text-align: right;
    margin-right: -19px;
    margin-bottom: -3px;}
	
.serv-bx .rd-mr a{    background: #f26520;
    padding: 6px 18px;
    transform: skew(15deg);
    color: #fff;
    font-size: 12px;}
    .ser-cnt p {padding:10px 15px;}
	
.hm-serv{padding:45px 0; background:url(image/ser-bg.jpg) no-repeat; background-attachment:fixed;}

.hm-serv .head-hm strong{color:#fff;}


.hm-serv .head-hm span{      background: #f26520;
    width: 230px;
    color: #fff;}
	
.hm-team{    padding: 40px 0 40px;margin-top: 10px;}

.hm-team .head-hm span{    width: 160px;}
	
.hm-team p{text-align:center;}
	
.hm-team p.rd-mr{    margin-top: 30px;}

.hm-team p.rd-mr a{    border-radius: 6px;
    background: #f26520;
    color: #fff;
    padding: 7px 18px 7px 43px;
    border-color: #973809;
    box-shadow: 4px 3px 5px #ccc;
    position: relative;}
	
.hm-team p.rd-mr a:before{position: absolute;
    left: 0;
    padding-right: 15px;
    width: 100%;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
	
.text-btn{
    font-style: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
	
.iconn{position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px;
    border-radius:6px;
    text-align: center;
    color: #ffdd00;
    background-color: #222;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;}
	
.iconn img{filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1);     vertical-align: top;
    margin-top: 2px;}
	
p.rd-mr a:hover:before{opacity: 1;}

p.rd-mr a:hover .text-btn {
    opacity: 0;
}

p.rd-mr a:hover .iconn {
    left: calc(100% - 24px);
    left: -webkit-calc(100% - 24px);
    left: -moz-calc(100% - 24px);
}
	
.hm-team p.rd-mr:hover a{padding: ;}

.hm-team p.rd-mr:hover a img{padding-left:2px; padding-right:2px;}

.mem-icon{    text-align: center;}

.mem-icon img{    border-radius: 50%;
    background: #fff;
    border: 3px solid #f26520;
    padding: 3px; transition:0.5s;}
	
.mem-icon img:hover{transition:0.5s; transform:rotate(360deg);}
/*home*/


/*footer*/
footer{margin-top: 0px;
    background: #333;
    background-attachment: fixed;
    color: #f26520;
    background-size: cover;
    padding-top:20px !important;
    /* border-top: 4px solid #f9c809; */
    
}

footer h2{     font-weight: 500;
    font-size: 20px;
    position: relative;
    color: #fff;
    margin-bottom: 13px; text-transform: capitalize;     border-bottom: 1px dashed #555;
    padding-bottom: 5px;
}
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    top: -17px;
}

footer .container-middle a{    color: #fff;}

.col-three{ margin:1%;}


/*.ft-cont{margin-top: -3px;}*/

.us-lk ul{     list-style-type: square;
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;       padding-left: 24px;}

.us-lk ul li{line-height: 20px; margin-bottom: 7px;}

.us-lk ul li:hover{padding-left: 5px;}

.us-lk ul li a{color:#8e8e8e;}

.us-lk ul li:hover a{color:#f26520 !important;}

footer a:hover{color:#f26520;}
footer a{color:#8e8e8e;}
.ft-soc ul{font-size: 16px;     margin-bottom: 0;     list-style: none;}

.ft-soc ul{    padding-left: 0;
    font-size: 14px;}
	
.ft-soc ul a{color:#8e8e8e;}
.ft-soc ul li{margin-bottom:8px;}
.ft-soc ul li img{    margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{border-radius:50%; transition:0.5s;}
	
.ft-cont strong{color:#ccc;}

.ft-cont p{margin-bottom:8px; font-size: 13px; line-height: 20px;     color: #8e8e8e; line-height: 23px; 
    min-height: 32px;
    transition: 0.5s;}

.copyrht{ background:#f26520;
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    /* height: 32px; */
    position: relative;
    /* border-top: 1px solid #fff; */
    /* box-shadow: 0px -4px 4px #ccc; */
}
	
.copyrht p{    margin-bottom: 0;
    color: #fff;
    font-size: 13px;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{float:left;}

.cprht-rht{float:right;}

.cprht-rht ul{list-style:none; text-align:right; margin:0;     font-size: 13px;}

.cprht-rht ul li{    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #db6e5d;
    line-height: 13px;}
	
.cprht-rht ul li:first-child{border-left:0;}

.cprht-rht a{color:#fff;}


p.cprht-rht img {
    height: 25px; transition:0.5s;     vertical-align: bottom;
}

p.cprht-rht img:hover{transform:rotate(360deg); transition:0.5s;}

.ft-cont i {
    width: 35px;
    height: 42px;
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;    padding-top: 7px;
}

.ft-cont p:hover i{background:#f26520; transition:0.5s;}

.top{ position: absolute;
    top: -24px;
    left: 60px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* z-index: 1; */
    width: 55px;
    background:#f26520;
    color: #fff;
    padding: 15px 0px 10px;
    /* border: 1px solid #fff; */
    border-bottom: 0;
    cursor: pointer;
    transition: 0.5s;
}
	
.top img{    display: block;
    text-align: center;
    margin: 0 auto;}

/*footer*/


/*cont-page*/
.cont-page ul{padding:0;}
.cont-page .ul-li{padding:0; margin:0;}
.cont-page .ul-li li{list-style:url(image/hand-icon.png);
list-style-position:inside;
-webkit-box-align: baseline;
padding-left:30px;}



.red-m{ margin-top:30px;}
.red-m a{ background:#f26520;  font-size:14px; color:#fff; border-radius:6px; padding:15px 25px; text-transform: uppercase;}
.red-m a:hover{ color:#fff;}

.hm-head { font-size: 40px; text-align:left; color: #273c4f; font-weight: 700; margin-bottom: 30px; margin-top: 20px; position:relative;
}

.hm-head:after{ content:""; width:100px; height:3px; position:absolute; left:1%; background: #f26520;  top: -20px;}
.hm-head span { font-weight: 800; color: #1b83e8;}

.hm-abt{background-color:#f7f7f7;padding: 15px 10px;}

.hm-abt .red-m{ margin-top:30px;}

.aboutbox{ position:relative;}
.aboutbox .tp-year{ width:280px; position: absolute; left:-10px; top:-30px; background:#fff; font-size: 20px; text-align:left; color: #273c4f; font-weight: 700; padding:30px; display: flex; border-radius:6px;}
.aboutbox .tp-year span{margin-top: 10px; font-size: 50px; font-weight: 900; text-align:left; margin-right:20px;}
.aboutbox img{ width:450px; margin-left:50px;}


/*--------home-clients-----------*/

.home-clients{ }
.home-clients h2{font-size:30px; font-weight:bold; color:#273c4f; text-align:center;}
.home-clients .carousel-indicators{ bottom: -70px;}
.home-clients .carousel-indicators [data-bs-target]{ background-color: #f26520;}
.home-clients .bg-transparent{ background-color: #ccc !important; height: 50px; top: 40%;}
.home-clients .card{ border:0;}


/*--------home-clients-----------*/


/* team section */


.meet-expert{ margin-top:50px;}
.meet-expert .hm-head{ color:#273c4f; font-size:36px; text-align:center;}
.meet-expert .hm-head::after{ left:0; right:0; margin: 0 auto; background: #f26520;}
.meet-expert p{ text-align:center;}
.meet-bx{ position:relative;}
.meet-bx img{ border-radius: 16px;}
.name-bx{ width:90%; left:5%; position: absolute; background: #fff; bottom:-30px; z-index:99; padding:10px; text-align:center; border-radius: 16px;}
.name-bx h4{ font-size:20px; color:#000; text-align:center; font-weight: 700;}
.name-bx h4 span{text-transform:lowercase; display:block; font-size:14px; color:#888;}
.name-bx i{background: #f26520; padding:8px; line-height:10px; width:30px; height:28px; border-radius:100%;}
.name-bx .fa{ color:#fff; font-size:17px; font-weight: 300;}

/*cont-page*/
.cont-page{padding-top:20px;padding-bottom:40px;}

/* internal team page */

.team-page img {width: 200px; height: 200px;border: 2px solid #f26520; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.team-page h4 { color: #f26520; text-align: center; font-size: 21px; font-weight: 600; margin: 20px 0 10px 0;}
.team-page h5 {color: #000000;font-size: 17px;font-weight: 600;text-align: center;}
/* .team-page p { font-size: 17px; margin: 0 0 10px 0;} */
.team-page ul {text-align: center;padding-left: 0;}
.team-page ul li a i{color: #010101;font-size:20px;padding:0px 10px;}
.team-page ul li a i:hover{color: #f26520;font-size:20px;padding:0px 10px;}

.links{text-align: center;}
.team-page-inner img {}
.team-page-inner h4 {color: #f26520;/* text-align: center; */font-size: 21px;font-weight: 600;margin: 20px 0 10px 0;}
.team-page-inner h5 {color: #000000;font-size: 17px;font-weight: 600;text-align: center;}
.links {text-align: center;padding-left: 0;margin-top:15px}
.links a{display: inline-block;
    background: #eee;
    color: #4472b4;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;}
.links a i{color: #010101;font-size:20px;padding:0px 10px; }
.links a i:hover{color: #f26520;font-size:20px;padding:0px 10px;}



/* service page css */
.service-page h2{color: #0e0e0e;
    font-size: 26px;
    letter-spacing: .5px;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #f26520;
    color: #fff;
}

.nav-pills .nav-link:hover {
    background: #f26520;
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 0;
    background: #fff;
    border: aliceblue;
    border-bottom: 2px solid #e2e2e2;
    text-align: start;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 34px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.fa-chevron-right {
    font-size: 15px;
    line-height: 40px;
    color: rgb(151, 151, 151);
}

.service-page .tab-content p, .service-page .tab-content ul li {
    font-size: 18px;
}
.accordion-item h3{
    font-size:19px;
}

.accordion-item h4 
{
    font-size:17px;
    font-weight:600;
    text-transform: capitalize;
}
.serv-img{margin-bottom:40px;}
.service-page .accordion-item p 
{
font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color:#111111;
}
.main-table ul li{font-size: 16px;
    line-height: 26px;}

.sidebar{margin-top:50px;}
.service-page h5{font-weight: 600;
    color: #111;}

    .serv-img img{width: 100%;
        height: 350px;}

    .sidebar .nav{border:2px solid #e2e2e2;}

 .ser-card1{ padding: 0px 20px; text-align: center; transition: all .2s ease-in-out;}
/* .ser-card1:hover {margin: -5px 0 35px 0;cursor: pointer;} */
.ser-card1 .icon { background: #fff; width: 120px; height: 120px;  border-radius: 50%; padding: 25px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border: 2px solid #9dd241; margin: 0 auto;}

/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container{max-width: 100%;}
.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table{margin-top:0 !important;}
.innr-pg-bnnr{background-position: center; padding: 100px 0 0; width: 100%; background-size: cover; min-height:300px; text-align: center; position:relative;}
.innr-pg-bnnr:after{content:'';position:absolute;left:-1px;right:-1px;top:-1px;width:100%;height:100%;z-index: 0;background-color: rgba(0, 0, 0, 0.2);}
.main-table.innr-pg{padding-bottom:50px;}
.innr-pg-bnnr h1{color: #fff;text-align:center;text-transform:uppercase;font-size: 37px;font-weight: 800;position:relative;z-index:1;}

.about-section h2{font-size: 24px;
    padding-top: 30px;
    font-weight: 600;}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(180deg);
}
.dropend .dropdown-menu {
    right: 100% !important; top:0;
    left: auto !important;
}
    .team-page ul li{list-style: none;display: inline-block;text-align: center;}
.feature-box-content{font-size:15px;}
.ups1 {
    height:300px;
    background: #fff;
    padding: 30px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ups1 img {
    width: 80px;
    margin: 0 0 20px 0;
}

.ups1 h5{color: #f26520;font-weight: 600;font-size:20px}
.ups1 p{color: #333;font-size:15px}

#HeaderControl, #HeaderControl_C{height:130px!important;}
#widgetsControl, #widgetsControl_C{height:700px!important;}
#CalendarControl_C_ctl00_tr_BulletinHeader{background-color: #f26520!important;color:#fff!important;}
.whats-new{background-color: #f26520!important;color:#fff;}
#WhatsNewControl_C_ctl00_tr_UpdatedBackImage{background-color: #f26520!important;color:#fff!important;margin-top:-7px!important}
#WhatsNewControl_C_ctl00_tr_SearchBackImage{background-color: #f26520!important;height: 28px!important;}
#EventCalenderControl marquee a {
    font-size: 12pt !important;
}
#CalendarControl{
    margin-top:-26px!important;
}
#MenuControl, #MenuControl_C{height:49px!important;}

@media (max-width: 767px)
{
  
.camera_wrap, .camera_wrap img, .fluid_container, .cameraSlide{height:350px !important;}
}

@media (max-width: 736px)
{
.camera_wrap, .camera_wrap img, .fluid_container, .cameraSlide{height:350px !important;}
.serv-bx{padding: 0 1.8%;min-height: 245px;}
}

@media (max-width: 580px)
{
.camera_wrap, .camera_wrap img, .fluid_container, .cameraSlide{height:350px !important;}
.serv-bx{padding: 0 1.5%; }
}

@media (max-width: 480px)
{
.camera_wrap, .camera_wrap img, .fluid_container, .cameraSlide{height:300px !important;}
.head-hm span{width:inherit;}
}

@media(max-width:375px){
.camera_wrap, .camera_wrap img, .fluid_container, .cameraSlide{height:200px !important;}
}

#WhatsNewControl{margin-top:20px!important;}

.client-sec .item{
    display: inline-block;
    margin: 10px 0;
    box-shadow: 1px 1px 5px gray;
    margin: 15px;
}

.client-sec .item img{width: 200px;
        height: 100px;
}

.exp-section h2
{
    font-size: 24px;
    padding-top: 30px;
    font-weight: 600;
    padding-bottom:30px;
}