body{
	font-family: 'Nunito', sans-serif;
}
.number ul {
    list-style: none;
    display: flex;
    background: #EA5B3E;
    padding: 0px;
}
.number ul li{
    padding: 15px;
}
.number ul li:last-child{
    padding: 0px;
}
.popover {
    color: #fff;
   font-family: 'Nunito', sans-serif;
    background-color: #ea5b3e;
    font-size: 12px;
        padding: 10px;
} 
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 0px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #ea5b3e;
    border-bottom-width: 0;
}

.number li a {
    color: #fff;
    text-decoration: none;
}

.number li:first-child {
    margin-right: 0px;
}
/*.menu ul {
    display: block;
    margin: auto;
    float: right;
    list-style: none;
}*/

.menu ul {
    display: block;
    margin: auto;
    list-style: none;
    margin-left: 25px;
}

.menu ul:before {    content: "";
    height: 162px;
    width: 7px;
    background: #000;
    position: absolute;
    bottom: 10px;
    z-index: -9;
    margin-left: -4px;}

/*.menu img {
        max-height: 200px;
    display: block;
    margin: auto;
}*/

.menu img {
    max-height: 200px;
    display: block;
    margin: auto;
    padding: 0px;
    right: -8px;
    position: relative;
}
.fsmenu p {
    text-align: right;
}
.lsmenu p{
    text-align:left;
}
 .menu .fsmenu p::after {
    content: "";
    width: 120px;
    height: 5px;
    background: #000;
    position: absolute;
    right: 0;
    z-index: -9;
    margin-top: 7px;
}
.menu .lsmenu p::before {
    margin-top: 7px;
    content: "";
    width: 120px;
    height: 5px;
    background: #000;
    left: 0;
    z-index: 99;
    position: absolute;
}
.menu{
    padding: 0px 75px;
}
.menu p {
    text-align: center;
    background: #000;
    width: 60%;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px;
    color: #fff;
    border-radius: 60px;
}
.menu a{
    text-decoration: none;
}
.menu .col-md-12 p:last-child{
    width: 30%;
}
.menu .col-md-12 p:last-child:after {
       content: "";
    position: absolute;
    height: 140px;
    width: 5px;
    background: #000;
    border-right: 4px solid #000;
    bottom: 36px;
    margin-left: -105px;
    z-index: -9;
}

.menu ul li {
    background: #000;
    margin: 10px 0px;
    color: #fff;
    padding: 10px;
    width: 34%;
    float: left;
}
.menu ul li:nth-child(even) {
    float: right;
}
.menu ul li a {
    color: #fff;
    text-decoration: none;
}

.menu i.fa.fa-arrow-right {
    position: absolute;
    right: 0;
    background: #ea5b3e;
    padding: 13px;
    margin: -10px -20px;
}
.content {
	height: 100%;
    margin-top: 25%;
    width: 90%;
    float: right;
}
.content h4{font-size: 30px;}
.content p{font-size: 16px;}

/*innerpages*/
.logo-main img {
    width: 75%;
    margin-top: 15%;
    margin-bottom: 10%;
}
.content-main {
    margin-top: 30px;
}
.content-main p {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    text-align: justify;
}
.content-main h4 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
}   

.no-padding{
    padding: 0px;
}
.topbar {
    background: #000;
}
.container.itm {
    width: 75%;
}
.cont-80{
    width: 80%;
    margin-bottom: 150px;
}
.main-img img {
    display: block;
    margin: auto;
    width: 75%;
    margin-top: 10%;
    height: 48vh;
}
.bolt-img img{
display: block;
    margin: auto;
    width: 100%;
    margin-top: 10%;
}
.content-main small{
        font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 7px;
    line-height: 2;
}

.right-img{
    margin-top: 16%
}
.itm h4 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.team-sec:before {
    content: "";
    position: absolute;
    width: 0.5px;
    height: calc(700px - 72%);
    background: #ddd;
    right: 0;
    top: 40%;
}

.team-secl:before {
    content: none;
}

.footer {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -25px;
}
.btn-off {
    background: #EA5B3E;
    border-radius: 0;
    padding: 15px 25px;
    margin: auto;
    display: flex;
    align-items: center;
}
.btn-off:hover {
    background: #EA5B3E;
    border-radius: 0;
    padding: 15px 25px;
    margin: auto;
    display: flex;
    align-items: center;
    outline: none;
}
.detail-a {
    color: #ea5b3e !important;
    border-bottom: 2px solid;
    text-decoration: none !important;
    font-size: 14px;
}
.btn-off svg {
    margin-left: 10px;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    display: flex;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 25px;
    color: #fff;
    font-weight: 100;
    font-size: 13px;
        box-shadow: 10px 10px 10px 10px #312f2e;
}
.sidepanel .form-control {
    font-size: 13px;
     color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    }
    .rmmargin {
    margin: unset !important;
}
.sendmsg {
    background: #ea5b3e;
    width: 100%;
    border-radius: 0px;
    color: #fff;
}

/*.sidepanel p,form{
    padding: 25px;
    padding-bottom: 10px;
}*/
.sidepanel a {
  padding: 10px 0px 0px 0px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
    top: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.openbtn {
 font-size: 10px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 12px 15px;
    border: none;
}

.openbtn:hover {
  background-color:#000;
}
section{min-height:100vh}
section h1{margin:0 0 30px;width:100%;font-size:40px;font-weight:400;color:#FFF}
section a{display:inline-block;padding:15px 25px;font-weight:600;text-transform:uppercase;text-decoration:none;border:3px solid #FFF;border-radius:100px;color:#FFF;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
section a:focus,section a:hover{background:#FFF;color:#0AC2D2}
@media(min-width:768px){
section h1{font-size:60px}
}
.flex-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index: 999;}
.dots .dot{display:inline-block;width:35px;height:35px;margin:0 10px;border-radius:50%;background:#EA5B3E;-webkit-animation:dot-dot-dot 1.4s linear infinite;animation:dot-dot-dot 1.4s linear infinite}
.dots .dot:nth-child(2){animation-delay:.2s}
.dots .dot:nth-child(3){animation-delay:.4s}
@keyframes dot-dot-dot{0%,100%,60%{-webkit-transform:initial;-ms-transform:initial;transform:initial}30%{-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}}
/*.heartbeat {
width: 100px;
  height: 100px;
  background: blue;
  fill: blue;
  position: relative;
  animation: mymove 3s infinite;
}

@keyframes mymove {
  from {width: 10px;opacity: 0;fill: #748087;transform: scaleX(0.9);}
  to {width: 200px;fill: #ea5b3e;transform: scaleX(1);}
}*/

path.heartbeat {
            fill: transparent;
            stroke-width: 1px;
            stroke: #ec684e;
            stroke-dasharray:580;
            stroke-dashoffset:580;
            animation: 5s bordered linear infinite;
        }
        @keyframes bordered{
            0%{
                stroke-dasharray:580;
                stroke-dashoffset:580;
                fill: #ec684e00;
            }
            95%{
                stroke-dasharray:580;
                fill: #ec684e00;
            }
            100%{
                stroke-dashoffset:0;
                fill: #ec684e;
            }

        }


        .curve path{
            fill: transparent;
            stroke-width: 1px;
            stroke: #ec684e;
            stroke-dasharray:35;
            stroke-dashoffset:35;
            animation: 3s bordered_sun linear infinite;
        }

        .pulse{
            fill: transparent;
            stroke-width: 1px;
            stroke: #ec684e;
            stroke-dasharray:580;
            stroke-dashoffset:580;
            animation: 3s bordered linear infinite;
        }
        #Group_1581 path{
            fill: transparent;
            stroke-width: 3px;
            stroke: #ec684e;
            stroke-dasharray:580;
            stroke-dashoffset:580;
            animation: 3s bordered linear infinite;
        }
        .sling{
            animation: 2.5s sling linear infinite;
            transform-origin:50% 50%;
        }
        .heartbeat{
            fill: transparent;
            stroke-width: 1px;
            stroke: #ec684e;
            stroke-dasharray: 170;
            stroke-dashoffset: 170;
            animation: 3s bulb linear infinite;
        }
        @keyframes bulb{
            0%{
                stroke-dasharray: 170;
                stroke-dashoffset: 170;
                fill: #ec684e00;
            }
            95%{
                stroke-dashoffset: 70;
                fill: #ec684e00;
            }
            100%{
                stroke-dashoffset:0;
                fill: #ec684e;
            }

        }

        @keyframes bordered{
            0%{
                stroke-dasharray:580;
                stroke-dashoffset:580;
                fill: #ec684e00;
            }
            95%{
                stroke-dasharray:580;
                fill: #ec684e00;
            }
            100%{
                stroke-dashoffset:0;
                fill: #ec684e;
            }

        }
        @keyframes bordered_sun{
            0%{
                stroke-dasharray:35;
                stroke-dashoffset:35;
                fill: #ec684e00;
            }
            95%{
                stroke-dasharray:35;
                fill: #ec684e00;
            }
            100%{
                stroke-dashoffset:0;
                fill: #ec684e;
            }

        }

        @keyframes sling{
            0% {
                transform: matrix(1, -0.017, 0.017, 1, 1001.762, 683.416) rotate(0deg);}

            50% {
                transform: matrix(1, -0.017, 0.017, 1, 1005.762, 679.416) rotate(0deg);
            }
            100% {
                transform: matrix(1, -0.017, 0.017, 1, 1001.762, 683.416) rotate(0deg);
            }
        }

        .bulb{
            animation: 3s bulb linear infinite;
        }
        @keyframes bulb{
            0%{
                fill:#0000;
            }
            50%{
                fill:#EA5B3E;
            }
            100%{
                fill:#0000;
            }

        }




@media only screen
and (min-width : 320px)
and (max-width : 768px) {

.footer{
        width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
}

.content {
    height: 100%;
    margin-top: 0%;
    width: 100%;
    float: right;
    margin-bottom: 40px;
}
.menu ul {
    float: none;
    padding: 0;
}
.menu i.fa.fa-arrow-right {
    margin: -10px 10px;
}
.xs-no-padding{
	padding: 0px;
}
.menu ul:before {
    content: none;
}
.number{width: 100%;}
.logo-main {
    width: 100%;
}
.logo-main img {
    width: 30%;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.container.itm {
    width: 100%;
}
.main-img img {
    width: 50%;
 }
 .cont-80 {
    width: 100%;
    margin-bottom: 75px;
}
.stand {
    margin-top: 15%;
}
.sec-two{
    padding: 0px;
}
.menu p{
    width: 100%;
}
.menu .col-md-12 p:last-child {
    width: 100%;
}
.menu {
    padding: 0px 15px;
}
.menu .fsmenu p::after {
    content: none;
}
.menu .lsmenu p::before {
    content: none;
}
.menu .col-md-12 p:last-child:after{
    content: none;
}
.offer svg{
        width: 100%;
}
.openbtn {
    padding: 10.2px 10px;
    position: absolute;
    right: 0;
}
.number ul li {
    padding: 15px 12px;
    font-size: 12px;
}

.team-sec:before {
    content: none;
}

.team-secl:before {
    content: none;
}


}


@media only screen
and (min-width : 1024px)
and (max-width : 1100px) {
.menu p {
    width: 70%;
}
.menu .lsmenu p::before {
    margin-top: 7px;
    content: "";
    width: 84px;
    }
    .menu .col-md-12 p:last-child:after {
    content: "";
    position: absolute;
    height: 140px;
    width: 4px;
    background: #000;
    border-right: 4px solid #000;
    bottom: 36px;
    margin-left: -104px;
    z-index: -9;
}

}

@media only screen
and (min-width : 768px)
and (max-width : 1800px) {

.quote{
    font-size: 41px;
    position: absolute;
    left: -10px;
    margin-top: -15px;
}
.quote1{
    font-size: 40px;
    position: absolute;
    margin-top: -15px;
}
.stand{width: 80%;
    display: block;
    margin: auto;
}
.no-padding .quote {
    left: -6%;
}
}