@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}
/* .row{width:100%;display:block!important;} */

/*****************************************************************************************
Header Section
*****************************************************************************************/

.headertop{
	width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 40px;
    /* background: url(../img/header_bg1.png) repeat #FFFFFF; */
    background: #FFFFFF;
    display: block;
    z-index: 999999;
}
.header_logo{width:100%;padding:8px 0 11px;}
.logo {
    float: left;
    padding: 0px 0px;
	width:41%;
}
.logo img{width:100%;}
.contact-detail {
    float: right;
    margin: 30px 0px;
    padding: 0px;
}
.contact-detail p {
    text-align: right;
    margin: 0px;
	color:#705191;
}
.contact-detail p a{
	color:#705191;
}
.contact-detail i {
    margin-left: 5px;
    color: #5765a1;
}
.social-detail1{
	float:left;
	margin:33px 0px 0;
	padding-left:100px;
}
.social-detail1 ul li a{
	border-radius: 10px 0px 0 0;
    padding: 10px 20px 10px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #013e7f;
	background:#013e7f;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul li a:hover{
	background:#5765a1;
	border-color:#5765a1;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul li a i{padding-left:20px;}



.single-header-info {
    float: right;
    padding-left: 44px;
}
.single-header-info .icon-box, .single-header-info .content {
    display: table-cell;
    vertical-align: middle;
}
.single-header-info .icon-box .inner-box {
    border: 1px solid #d7d7d7;
    height: 46px;
    margin-right: 15px;
    text-align: center;
    width: 46px;
	/* background:#fd7676; */
	/* border-radius:50%; */
}
.single-header-info .icon-box .inner-box i{
    color: #013e7f;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
}
.single-header-info .content h3 {
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #31497d;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}
.single-header-info .content p {
    font-size: 15px;
    margin: 0;
    color: #272727;
	font-family: "Poppins", sans-serif;
}

.marque_head{
	display:inline-block;
	background:#e4efff;
	height:31px;
}
.marque_head marquee{
	color:#323232;
	line-height:28px;
	font-size:14px;
	/* text-transform:capitalize; */
	font-weight:500;
}

/* Social */
.social-detail{
	float: right;
    margin: 28px 0px 0;
    padding: 0 0 0 40px;
}
.social-detail ul{}
.social-detail ul li{
	display:inline-block;
	padding:0 8px;
}
.social-detail ul li a{}
.social-detail ul li a i{
	background:#5765a1;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color:#fff;
}



/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel{display:inline-block;}
.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#013e7f no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-next-icon:hover{
	background:#fd7676!important;
	transition:0.3s;
}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f30b";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:#013e7f no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#fd7676!important;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f30a";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}

.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;
    
}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
   cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}


/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 54px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}
.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-body {
    margin: 2px;
    position: relative;
}
.mt-round .mt-label {
    border-radius: 0;
}
.mt-label {
    margin-right: 2px;
    padding: 2px 8px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #f38e38;
}
.mt-news {
    overflow: hidden;
    position: absolute;
}
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}
.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mt-news li {
    float: left;
    height: 60px;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.modern-ticker a {
    text-decoration: none;
}
.mt-news a {
    background: #a9bd40 none repeat scroll 0 0;
    border: 1px solid #a9bd40;
    display: block;
    font-size: 17px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    color: #fff;
}
.mt-news a:hover{
	color:#fff;
}
.mt-controls {
    background-image: url(../img/pause.png);
}
.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    margin-left: 2px;
    position: absolute;
    right: 0;
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}
.mt-prev {
    background-image: url(../img/arrow-prev.png);
}
.mt-pause {
    background-image: url(images/pause.png);
}
.mt-play {
    background-color: #f38e38;
    background-image: url(../img/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}
.mt-next, .mt-prev {
    background-color: #f38e38;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{padding:50px 0;}
/* .about-profile{padding:0 30px;} */
.about-profile img{width:100%;border-radius:5px 5px 0 0;}
.about-profile1 img{width:100%;border:10px solid #e3e3e3;}
.about-profile h1{
	color: #ffffff;
    line-height: initial;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
	background:#013e7f;
	/* background:#fd7676; */
	font-family: "Poppins", sans-serif;
	padding:8px;
	text-transform:capitalize;
}
.about-profile h1 span{
	font-size:30px;
	font-weight:600;
}

.about-home .about-profile {
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
	border:8px solid #e3e3e3;
	border-radius:14px;
}

/* .about-home .about-profile:before { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: #d94574; */
    /* z-index: -1; */
    /* -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards; */
    /* animation: border-transform-default-two 10s linear infinite alternate forwards */
/* } */

/* .about-home .about-profile img { */
    /* -webkit-animation: border-transform-default 10s linear infinite alternate forwards; */
    /* animation: border-transform-default 10s linear infinite alternate forwards; */
/* } */

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.columns-2{columns:2;}
.about-discription{}

.about-discription h1 {
    font-size: 28px;
    font-family: Monotype Corsiva;
    color: #fd7676;
    margin: 0px;
    padding-bottom: 5px;
}
.about-discription h2{
	color:#013e7f;
	font: 700 40px/45px "Poppins", sans-serif;
    display: block;
	margin:0px;
}
.about-discription h3{
	font: 500 20px/32px "Poppins", sans-serif;
    color: #444444;
    padding: 10px 0px 8px 0px;
    position: relative;
	text-transform:capitalize;
	border-bottom: 1px dashed #000;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #ddd;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#4a4a4a;
	background:#cad1ef;
	margin:0px;
	padding:5px 0 5px 10px;
}
.about-discription p{
	font: 400 15px/28px "Poppins", sans-serif;
	text-align:justify;
	color:#000
}
.about-discription ul{}
.about-discription ul li{
	font: 400 16px/28px "Poppins", sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
}
.about-discription ul li i{
	color:#f38e38;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #013e7f;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#fd7676;
}
.dr-more a:hover{
	background:#fd7676;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}


/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:34px;
	font-family: 'Poppins', sans-serif;
	color:#f38e38;
	text-transform:uppercase;
}
.header_title p{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	color:#4a4a4a;
}


.header_title1{
	text-align:center;
	width:100%;
}
.header_title1 h1{
	font-size:32px;
	font-family: 'Poppins', sans-serif;
	color:#eff0f3;
	text-transform:capitalize;
	/* padding-bottom:30px; */
}
/* Header Title End */


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.pro1 {
    padding: 50px;
    /* background: url(../img/attach_bg.png) no-repeat; */
    /* background-size: 100% 100%; */
    width: 100%;
    /* background-attachment: fixed; */
}
.section-title {
    text-align: center;
    max-width: 720px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.section-title .sub-title1 {
    display: block;
    text-transform: uppercase;
    color: #5765a1;
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 32px;
	letter-spacing:1px;
}
.pro-detail {
    text-align: center;
    background-color: #f1f1f1;
    padding: 0 0 20px 0;
    box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 15%);
    margin-bottom: 25px;
}
.pro-detail img {
    width: 100%;
}
.pro-detail h3 {
    font-size: 21px;
    padding: 5px 0;
    color: #1e2022 !important;
    /* border-bottom: 1px solid#ddd; */
    margin-top: 13px;
    margin-bottom: 15px;
    font-weight: 600;
	font-family:"Poppins", sans-serif;
}
.pro-detail h3 a {
    color: #1e2022;
}

.pro-detail p {
    font-size: 16px;
    color: #282828;
    line-height: 26px;
	height:150px;
}
.pro-btn {
    display: inline-block;
    /* background-color: #5765a1; */
    /* color: #fff; */
    /* padding: 5px 22px; */
    /* font-size: 18px; */
    /* font-weight: 500; */
    /* -webkit-transition: .6s; */
    /* transition: .6s; */
    /* border-radius: 35px; */
	border: 1px solid #dee2e6;
    color: #1e2022;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.pro-btn:hover{
	color:#fff;
	background:#515d98;
	text-decoration:none;
	border-radius:0px;
	transition:0.5s;
}

/*************************************************************************************
Hospital Section
*************************************************************************************/



.form-review{
	/* background:url(../img/header_bg1.png) repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background:#ebefff;
	width:100%;
	padding:50px 0;
}
.testimonial{
    background: #e9e9e9;
    padding: 20px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
    margin: 15px ;
	position:relative;
	
}
.cnt .testimonial{height:450px;}
.cnt .testimonial ul{height:300px;}

.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #0b4b83;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
	font-family: 'Oswald', sans-serif;
	/* letter-spacing:1.5px; */
}

.testimonial p{
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    line-height:26px;
    /* margin: 0px 0 20px 0; */
	font-family: 'Poppins', sans-serif;
	/* letter-spacing:1.5px; */
}
.testimonial ul{}
.testimonial ul li{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    margin: 5px 0;
	position:relative;
	padding-left:27px;
}
.testimonial ul li a{color:#fff;}
.testimonial ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#0b4b83;
}
.testimonial-btn {
    margin: 20px auto;
    /* text-align: center; */
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
	padding-left:0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #ff8383;
    padding: 8px 22px 8px 17px;
    color: #fff;
	border-radius:4px;
}
.sub-t a {
    background: #ed5b8a !important;
    color: #fff !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}



/*****************************************************************************************
Testimonials Section
*****************************************************************************************/

.testimonial1{
	/* background:url(../img/header_bg1.png) repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background: url(../img/attach_bg.png) no-repeat;
    background-size: 100% 100%;
	width:100%;
	padding:50px 0;
}
.review{
    padding: 20px 10px 10px;
    margin: 40px 5px 0;
	/* background:#5765a1; */
	border:1px solid #5e6983;
    /* background-size:100% 100%; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
	height:390px;
}
.review .title{
    font-size: 26px;
    font-weight: 400;
    color: #efefef;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
	font-family: 'Poppins', sans-serif;
	/* letter-spacing:1.5px; */
}
.review .description{
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1;
    /* text-transform: capitalize; */
    /* margin: 0px 0 20px 0; */
	font-family: 'Poppins', sans-serif;
	letter-spacing:0.5px;
	line-height:27px;
	padding:0 0px;
	margin-bottom:30px;
}
.review ul{}
.review ul li{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin: 5px 0;
	position:relative;
	padding-left:27px;
}
.review ul li a{color:#fff;}
.review ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#f1f1f1;
}
.review-btn {
    margin: 20px auto;
    text-align: center;
}
.review-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
	padding-left:0px;
}
.review-btn ul li a {
    display: block;
    background: #fff;
    padding: 12px 22px 12px 17px;
    color: #282828;
	/* border-radius:4px; */
}
.sub-t a {
    background: #0b4b83 !important;
    color: #fff !important;
}

/* Inner Page Section */

.review-inn .serv_myth {}
.review-inn .serv_myth p i{
	/* color:#735197; */
	color:#f38e38;
	font-size:26px;
	padding-right:5px;
	opacity:0.9;
}



.camp_head{
	margin:20px 0;
}
.camp_head h1{
	font-size:22px;
	background:#ddd;
	padding:10px;
	line-height:32px;
}


.testimonial1 h2{
	color:#f1f1f1;
	font-size:25px;
	font-family: 'Oswald', sans-serif;
}
.heading-top1 {
    position: relative;
    width: 100%;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    padding-left: 10px;
    /* border-left: 4px solid; */
    /* border-image-source: linear-gradient(-23deg, #F6961F, #0d70a2 100%); */
    /* border-image-slice: 1; */
    background: url(../img/new-public-bg.png) no-repeat center center;
    text-align: center;
    background-size: 100%;
	/* top:0px; */
}
.heading-top1 p{
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight:400;
	margin:0px;
	padding:0px;
}

.heading-top1 h1{
	color: #f1f1f1;
	padding-bottom: 1rem;
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
    line-height: 44px;
	margin-bottom:0px;
	
}
.color-yellow {
    color: #F6961F;
}
.testimonial1 h4{
	font-family: 'Oswald', sans-serif;
}
.review h5 {
    color: #f1f1f1;
	text-align:left;
}
.review .rev_para {text-align:left;}
.review .main_para {
	color:#fff;
	text-align:left;
}


/*************************************************************************************
Partner Section
*************************************************************************************/

.our_partner{
	/* background:url(../img/footer-bg.jpg) no-repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background:#ff838321;
	width:100%;
	padding:50px 30px 0;
}
.partner_main{
    padding-top: 0px;
    margin: 0px 15px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
.partner_main img{width:100%;}

.partner_main .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.partner_main .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.partner_main .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.partner_main .owl-prev,
.partner_main .owl-next{
    position: absolute;
    left: -1%;
}
.partner_main .owl-next{
    left: auto;
    right: -1%;
}
.partner_main .owl-prev:before,
.partner_main .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.partner_main .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .partner_main .owl-theme .owl-controls,
    .partner_main .owl-prev,
    .partner_main .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
/* @media only screen and (max-width: 768px){ */
    /* .testimonial .testimonial-content{ */
        /* padding: 15px 10px 12px; */
    /* } */
    /* .testimonial .rating{ */
        /* right: 12px; */
    /* } */
/* } */



/*****************************************************************************************
Testimonials Section
*****************************************************************************************/

.testimonial1{
	/* background:url(../img/header_bg1.png) repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background: url(../img/attach_bg.png) no-repeat;
    background-size: 100% 100%;
	width:100%;
	padding:50px 0;
}
.review{
    /* padding: 20px 30px 10px; */
    /* margin: 0px 15px 0; */
	/* background:#5765a1; */
    /* background-size:100% 100%; */
    /* text-align: center; */
    /* position: relative; */
    /* transition: all 0.7s ease 0s; */
}
.review .title{
    font-size: 26px;
    font-weight: 400;
    color: #efefef;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
	font-family: 'Poppins', sans-serif;
	/* letter-spacing:1.5px; */
}
.review .description{
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1;
    /* text-transform: capitalize; */
    /* margin: 0px 0 20px 0; */
	font-family: 'Poppins', sans-serif;
	letter-spacing:0.5px;
	line-height:27px;
	padding:0 80px;
	margin-bottom:30px;
}
.review ul{}
.review ul li{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin: 5px 0;
	position:relative;
	padding-left:27px;
}
.review ul li a{color:#fff;}
.review ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#f1f1f1;
}
.review-btn {
    margin: 20px auto;
    text-align: center;
}
.review-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
	padding-left:0px;
}
.review-btn ul li a {
    display: block;
    background: #fff;
    padding: 12px 22px 12px 17px;
    color: #282828;
	/* border-radius:4px; */
}
.sub-t a {
    background: #ff8383 !important;
    color: #fff !important;
}

/* Inner Page Section */

.review-inn .serv_myth {}
.review-inn .serv_myth p i{
	/* color:#735197; */
	color:#f38e38;
	font-size:26px;
	padding-right:5px;
	opacity:0.9;
}

/*****************************************************************************************
Blog Section
*****************************************************************************************/

.blog_frt{
	padding:15px 0;
}
.blog_frt img{width:100%;}

/*****************************************************************************************
Footer Section
*****************************************************************************************/

.foot_detail{padding-top:80px;}
.footer_inner{}
.footer_inner h1{
	color: #113363;
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ff9191;
    padding-bottom: 10px;
	font-family: "Poppins", sans-serif;
	font-weight:600;
}
.footer_inner p{
	font-size:14px;
	font-family: "Poppins", sans-serif;
	margin:15px 0 0;
	color:#363636;
	padding-bottom:0px;
	/* text-align:justify; */
	line-height:24px;
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:14px;
	font-family: "Poppins", sans-serif;
	margin:8px 0;
	color:#363636;
	position:relative;
	padding-left:18px;
}
.footer_inner ul li a{color:#363636;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#ff8383;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:15px;
	color:#fff;
	margin:0px;
	background:#013e7f;
	padding:10px;
	text-align:center;
}
.copyright_inner .sms_logo{padding-left:10px;}
.copyright_inner .sms_logo img{width:20px;}



/*************************************************************************************
Header top Title Section
*************************************************************************************/

.breadcrumb-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 35px 0px;
    margin: 0px 0px 20px;
    color: #FFFFFF;
	background:url(../img/attach_bg.png) no-repeat;
	background-size:100%;
	/* background-color: #ed9245; */
}
.breadcrumb-section h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	font-family: "Poppins", sans-serif;
}
.breadcrumb-section .breadcrumb {
    float: right;
    margin: 8px 0px 0px;
	background:unset;
}
.breadcrumb-section .breadcrumb a {
    float: left;
    color: #FFFFFF;
}
.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}
.breadcrumb-section .breadcrumb span.current {
    margin: 0px;
}

.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}

/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{padding:50px 0;}
.dt-sc-one-fourth{}
.dt-sc-one-fourth h2{
	font-size:22px;
	font-family: "Poppins", sans-serif;
    font-weight: 600;
	color: #013e7f;
	padding-bottom:10px;
}
.dt-sc-contact-info {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 5px 0 7px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #CCCCCC;
}
.dt-sc-contact-info span {
    font-size: 20px;
    float: left;
    margin: 0px 10px 0px 0px;
    padding-bottom: 12px;
    width: 40px;
    text-align: center;
	color: #fd7676;
}
.dt-sc-contact-info a{color: #2f2f2f;}




/*****************************************************************************************
Form Contact Section
*****************************************************************************************/


/**********************************************************************************
Form home page
**********************************************************************************/
.cnt-form{
	display:inline-block;
	width:100%;
}
.form-horizontal{
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 30px 30px 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #013e7f;
    font-size: 24px;
	font-family: "Poppins", sans-serif;
    text-align: left;
	padding-left:0px;
	font-weight:600;
    margin: 0 0 15px 0;
}
.form-horizontal .form-group{
    width: 100%;
    margin: 0 auto 10px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	margin-left:0px!important;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 21px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 100%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #fd7676;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 2px solid #fd7676;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #fd7676;
    border: 2px solid #fd7676;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #ed5b8b;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'OR';
    color: #ed5b8b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 35px;
    margin: -35px auto 0;
    border: 3px solid #ed5b8b;
    border-radius: 50%;
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #ed5b8b;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}





/*****************************************************************************************
Video Section
*****************************************************************************************/

.inner-gallery-part{
	padding:50px 0;
}
.inner-gallery-part .gallery-img h1{
	color:#f38e38;
	/* color:#4a4a4a; */
	font: 400 20px/32px 'Roboto', sans-serif;
    display: block;
	margin:0px 0 5px;
	/* background:#a7c219; */
	padding:15px 0px 0;
}
.inner-gallery-part .gallery-img p{
	color:#4a4a4a;
	font: 500 16px/28px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
	text-align:justify;
}
.even_video{padding-top:20px;}
.even_video img{width:100%;}
.marg-5{margin-top:30px;}
/* .inner-gallery-part .gallery-img { */
    /* position: relative; */
    /* margin-bottom: 30px; */
/* } */
/* .inner-gallery-part .gallery-img:before { */
    /* content: ""; */
    /* position: absolute; */
    /* background: #c9e249; */
    /* top: 0; */
    /* left: 0; */
    /* width: 0%; */
    /* height: 100%; */
    /* opacity: 0.3; */
    /* transition: all 0.3s ease 0s; */
/* } */
/* .inner-gallery-part .gallery-img:hover:before { */
    /* width: 100%; */
/* } */
/* .inner-gallery-part .gallery-img .view-btn { */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* width: 50px; */
    /* height: 50px; */
    /* line-height: 50px; */
    /* text-align: center; */
    /* transition: all 0.3s ease 0s; */
/* } */
/* .inner-gallery-part .gallery-img:hover .view-btn { */
    /* opacity: 1; */
    /* visibility: visible; */
/* } */
/* .inner-gallery-part .gallery-img .view-btn i:before { */
    /* font-size: 45px; */
    /* color: #ffffff; */
/* } */
/* .gallery-img img{width:100%;} */


/*****************************************************************************************
Form Contact Section
*****************************************************************************************/

.form-review1 .form-horizontal .form-group{width:91%;margin-bottom:20px;}
.form-review1 .form-horizontal .form-terms{width:91%;margin-bottom:20px;}


.book_fixed{
	position:fixed!important;
	right:0px;
	bottom:0px!important;
	z-index:9999;
}
.book_fixed ul{margin:0px;}


.serv_myth ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #fd7676;
    padding-right: 7px;
}

.serv_myth li{
 display: flex;
}




.media{}
.media img{
	width:100%;
	border:4px solid #f1f1f1;
	margin:0 5px;
}
.galle{padding-bottom:50px;}
.galle .btn:focus, .galle .btn:active, .galle button:focus, .galle button:active {
  outline: none !important;
  box-shadow: none !important;
}

.galle #image-gallery .modal-footer{
  display: block;
}

.galle .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

/**********************************************************
Banner Section
**********************************************************/

.carousel-item{
	position:relative;
}
.content_text{
	position:absolute;
	right:60px;
	top:19%;
	width:40%;
}
.content_text h1{
	font-size: 40px;
    font-weight: 600;
    text-align: left;
    color: #013e7f;
    text-shadow: 2px 2px 2px #11336333;
    /* text-shadow: -3px 0 2px #ff838366; */
    line-height: 45px;
    text-transform: capitalize;
	font-family:'Poppins', sans-serif !important;
	margin-bottom:13px;
}
.content_text p{
	text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 29px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family:'Poppins', sans-serif !important;
}
.content_text a{
	font-size: 16px;
    color: #fff !important;
    padding: 9px 18px;
    /* background: #dd4282 !important; */
    border-radius: 5px;
	text-align: center;
	z-index: 0;
    background-color: #ff8383;
    /* -webkit-box-shadow: none; */
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    border: none;
	display:inline-block;
}
.content_text a:hover{
    text-decoration:none;
}

/***************************************************
Specialized
****************************************************/

.asked-que {
    padding: 40px 0 50px 0;
    /* background: linear-gradient(180deg, #ffeeee, #ecf4ff); */
    background: linear-gradient(180deg, #ebf3fd, #ecf4ff);
}
.section-title {
    text-align: center;
    margin-bottom: 35px;
}
.section-title span {
    font-size: 38px;
    margin-bottom: 25px;
    color: #013e7f;
    /* color: #000; */
    font-weight: 500;
    position: relative;
	font-family: 'Poppins', sans-serif;
}
.abt-detail {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    padding: 25px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.accordion {
    width: 100%;
}
.abt-detail:before {
    content: '';
    position: absolute;
    z-index: -2;
    /* left: -50%; */
    /* top: -50%; */
    width: 108%;
    height: 615%;
    /* background-color: #b80d02; */
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#ff8383, #ff8383, #ff8383), linear-gradient(#113363, #113363), linear-gradient(#ff8383, #ff8383), linear-gradient(#113363, #113363);
    animation: rotate 10s linear infinite;
}
.abt-detail:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: white;
    border-radius: 0px;
}
.accordion {
    padding: 25px;
    background: unset;
    /* box-shadow: 1px 1px 15px 5px #d8dadc; */
}
.accordion__item {
    margin-bottom: 10px;
}
.accordion__item__header {
    background-color: #fff2f2;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid #ffdadb;
    border-radius: 3px;
}
.accordion__item__header::before {
    height: 8px;
    width: 8px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    transition: .5s all;
    transform: rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.accordion__item__content {
    overflow-y: auto;
    padding: 0;
    display: none;
}
.accordion__item__content p {
    font-size: 15px;
    /* font-family: 'Poppins', sans-serif; */
    padding: 10px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 0;
    border: 1px solid #dae6cc;
    border-top: none;
    color: #313231;
}

.accordion_img {
    border: 1px solid #ddd;
}
.accordion_img img{
	width:100%;
}


/**********************************************************
Leading
**********************************************************/

.slogen {
    padding: 30px 0;
    /* background: url(../images/slogen-bg.png) center; */
    background: #113363;
}
.slog h1 {
    color: #fff;
    font-size: 30px;
    /* font-weight: bold; */
    margin-bottom: 5px;
	font-family: "Poppins", sans-serif;
}
.slog p {
    color: #fff;
    font-size: 16px;
	font-family: "Poppins", sans-serif;
}
.slo a {
    font-size: 18px;
    padding: 12px 30px;
    float: right;
    margin-top: 10px;
}
.default-btn {
    /* border: 1px solid #6a2d7c; */
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    /* font-weight: 500; */
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    z-index: 0;
    background-color: #ff8383;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 5px;
    border: none;
}
.default-btn i {
    /* font-size: 15px; */
    margin-left: 8px;
    position: relative;
    top: 0px;
}

/*******************************************
Treatments
*******************************************/

.treat {
    padding: 70px 0;
    overflow: hidden;
    background: #fff;
}
.treat .text-primary {
    color: #0a3484 !important;
	font-weight: 600;
    font-family: 'Poppins', sans-serif;
	margin-bottom: 1rem;
	font-size: 2.5rem;
}
.treat_main{
	border: 5px solid #dee2e6;
	padding: 1.5rem;
	text-align: center;
	background-color: #fff;
	margin: 15px 0 0 0;
}
.homeservices img {
    width: 70px;
}

.treat_main h3{
	font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #1e2022;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.separator-line-horrizontal-medium-light {
    width: 36px;
    height: 3px;
	background-color: #0a3484;
	margin-bottom: 1rem;
}
.butn.transparent {
    background: none;
    border: 1px solid #dee2e6;
    color: #1e2022;
}
.butn.small {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px;
    white-space: nowrap;
	font-weight: 600;
	border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    /* border: none; */
    text-align: center;
}


/*****************************************************
Counter
*****************************************************/

.counter_main{
	background:#113363;
	padding:40px 0;
}
.counter{
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-family: 'Alegreya Sans', sans-serif;
    text-align: center;
    width: 100%;
    height: 230px;
    padding: 42px 30px 40px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: "";
    /* background: var(--main-color);  */
    border-radius: 15px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: -1;
}
.counter:after{
    /* background:#fff; */
    border-radius: 15px 15px 15px 15px;
	border: 1px solid #415c83;
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 16px;
}
.counter h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 4px;
	color:#d4dde9;
}
.counter .counter-value{
    font-size: 33px;
    font-weight: 600;
    /* display: block; */
	color:#d4dde9;
	position:relative;
}
.counter .counter-value:after{
    content:'+';
	position:absolute;
	right:-25px;
	top:-7px;
	font-size:32px;
}
/* .counter.green{ --main-color: #4F974E; } */
.counter.pink{ --main-color: #FC427B; }
.counter.blue{ --main-color: #0A74D5; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 0px; }
}    




.whatscir {
    width: 7em;
    height: 7em;
    position: fixed;
    bottom: 3%;
    right: 0;
    z-index: 10;
    text-align: center;
}

.circle {
    width: 100%;
    height: 100%;
    background-color: #27d045;
    position: absolute;
    border-radius: 50%;
    animation: ripple-animation 1.5s infinite ease-out;
}

.whatscir i {
    color: #fff;
    font-size: 30px;
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 37%;
}

.circle1 {
    animation-delay: 0s;
}

.circle2 {
    animation-delay: 500ms;
}

.circle3 {
    animation-delay: 1s;
}

@keyframes ripple-animation {
    0% {
        transform: scale(0.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}


.social{
	position:fixed;
	right:0px;
	top:24%;
	z-index:9999;
}
.social ul{margin:0px;padding:0px 0;}
.social ul li{
	list-style:none;
	padding:0px 0px;
}
.social ul li img{
	color:#fff;
	width:45px;
}