@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');

@font-face{
	font-family:'roboto';
	src:url(font/Roboto-Bold.ttf);
	font-style:normal;
	font-weight:600;	
}

@font-face{
	font-family:'roboto';
	src:url(font/Roboto-Regular.ttf);
	font-style:normal;
	font-weight:100;	
}


@font-face{
	font-family:'roboto';
	src:url(font/Roboto-Regular.ttf);
	font-style:normal;
	font-weight:100;	
}
/*
@font-face{
	font-family:'nunito';
	src:url(font/Nunito-Regular.ttf);
	font-style:normal;
	font-weight:100;	
}

@font-face{
	font-family:'nunito';
	src:url(font/Nunito-SemiBold.ttf);
	font-style:normal;
	font-weight:100;	
}

@font-face{
	font-family:'nunito';
	src:url(font/Nunito-Bold.ttf);
	font-style:normal;
	font-weight:100;	
}*/

* {
  box-sizing: border-box;
}


body{
	font-family: Nunito,sans-serif;
	font-size:13px;
	padding:0;
	margin:0;
	width:100%;
	line-height:20px;
	color: #080808;
	font-weight:400;
}

.logo-content{
	display: block;
    padding: 1px 0 0;
    font-size: 10px;
    margin-left: -14px;
    font-family: Segoe Print;
    color: #1d63af;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	box-shadow: 0px 0px 4px 1px rgba(183, 183, 183, 0.4);
}
.topbar {
    background-color: #132c76;
    padding: 3px 0;
}

.list-top{
	display:flex;
	margin-bottom: 0;
    padding: 6px 0;
}

.list-top li{
	list-style-type:none;
	color:#fff;
	font-weight:400;
	padding:0 5px;
	border-right:1px solid #fff;
}

.list-top li:last-child{
	border-right:none;
}

.list-top li i{
	padding-right:7px;
}

.fl-right{
	float:right;
}

.topbar a{
	color:#fff;
	text-align:center;
	display:block;
	position:relative;
}
.sub-links {
    margin-bottom: 0;
    padding: 3px 0;
    width: 50%;
    float: left;
}

.sublink-right {
    text-align: right;
}
.sub-links-2 {
    width: 50%;
}

.sub-links li {
    display: inline-block;
    padding: 0px 7px;
    border-left: 1px solid #fff;
	color:#fff;
}
.sub-links li:first-child {
    border-left: none !important;
}

.sub-links li a {
color: #fff;
padding: 0px 10px;
font-weight: 400;
font-size: 12px;
font-family: 'Roboto', sans-serif;
letter-spacing: 0rem;
}

.header-nav{
	padding:0.5rem 2rem !important;
}

.fixed-top .bg-light {
    background-color: #fff!important;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand img{
	width:50%;
}

.navbar-light .navbar-nav .nav-link{
font-size: 14px;
cursor: pointer;
letter-spacing: .2px;
white-space: nowrap;
padding: 12px 12px 6px;
margin-right: 12px;
color: #000;
font-family: Nunito,sans-serif;
font-weight:600;
text-transform: uppercase;
}

.usr-lgn{
background-color: #801652;
color: #fff !important;
border-radius: 20px;
padding: 12px 30px 9px !important;
}

.megamenu h6{
	color: #dc4d81;
font-size: 18px;
font-weight: 800;
margin-top: 15px;
margin-bottom:30px;
}

.megamenu li{
	margin:15px 0;
}

.megamenu li a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    background-color: inherit;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

img.menu-img {
    display: inline;
    width: 30px;
    height: auto;
    float: left;
    padding-right: 5px;
    position: relative;
    top: -3px;
    margin-left: -5px;
}

.menu-link {
    float: left !important;
    text-align: left !important;
    font-size: 12px;
    font-weight: 700;
    font-family:Roboto;
}

.menu-link-subtext {
    margin-top: 2px;
	font-family:Roboto;
}

.dropdown-menu{
	margin: 0rem 0 0;
	border: unset;
}

.wrapper{
	width:100%;
	padding:0;
	margin:0;
	display:block;
	position:relative;
	overflow: hidden;
    margin-top: 95px;
}

.banner{
	padding:0;
	margin:0;
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}

.banner:after {
  content: "";
  width:100%;
  display: table;
  clear: both;
}

#banner-slider{
	width: 100%;
/*height: 50vw;*/
margin: auto auto 0;
color: #393939;
overflow: hidden;
z-index: 2;
position:relative;
}

#banner-slider .carousel-item{
	
}

.banner .carousel-inner img {
    width: 100%;
}

.carousel-indicators{
	right: unset;
left: 3%;
margin-right: unset;
margin-left: 0;
bottom: 25px;
}

.carousel-indicators li{
	background-color: #D4145A;
border-radius: 100%;
border: 1px solid #C81154;
width: 12px;
height: 12px;
}

.carousel-control-prev,
.carousel-control-next{
	width: 36px;
height: 36px;
background: #fff;
border-radius: 100%;
top: 50%;
margin-top: -10px;
box-shadow: 0 0 5px 0px rgba(0,0,0,0.2);
}

.carousel-control-prev{
	margin-left:20px;
}

.carousel-control-next{
	margin-right:20px;
}

.carousel-control-prev span,
.carousel-control-next span{
	font-size:26px;
	color:#1E63AF;
}

.carousel-caption{
	left:0;
	right:0;
	top:30px;
	bottom:0;
	padding-top:0;
	padding-bottom:0;
	height:100%;
	
}

.banner-left{
	width:40%;
	height:100%;
	float:left;
	position:relative;
	background:orange;
}

.banner-inner{
	padding:20px;
	position:absolute;
	top:40%;
	left:40%;
	transform:translate(-50%, -50%);
	margin-top:-10px;
}

.banner-inner h3{
	font-size:45px;
	font-weight:700;	
}

.banner-inner p{
	font-size:15px;
	font-weight:600;
	margin-top:20px;
}

.btn-sp{
	background-color: #fff !important;
color:#D4145A !important;
min-height: 42px;
padding: 6px 30px;
font-size: 15px;
font-weight: 400;
}

.form-control{
	min-height:42px;
	background-color:#f8f8f8;
	border-radius: 4px;
border: 1px solid #ededed;
font-size:14px;
}

.glow {
  font-size: 36px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

.glowsub {
  font-size: 28px;
  color: #fff;
  padding:20px;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


.demo-section{
 background-color:#801652;
 /*background-color:#10AD4C;
 background-color:#b00;*/
 padding:50px 0;
 color:#fff;
}

.service_box {
    height: 180px;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 2px 0;
    margin: 0 -15px;
    border: 1px solid #f9f9f9;
    background: #fff;
}

.service_box .preview_box::before {
    content: '';
    display: table-caption;
}

.service_box .preview_box {
    height: 100%;
    margin: 0;
}

.service_box .preview_box img {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 75px;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service_box .preview_box h6 {
    color: #000;
font-weight: 600;
font-size: 15px;
line-height: 22px;
}

.service_box .hover_box {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 15px 15px 34px;
    margin: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.service_box .hover_box_book {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 15px 15px 34px;
    margin: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.service_box .hover_box .inner {
    position: relative;
    height: 100%;
    margin: 0;
}
.service_box .hover_box_book .inner {
    position: relative;
    height: 100%;
    margin: 0;
}
.service_box .hover_box .inner h6::after {
    content: '';
    display: block;
    margin: 10px auto 0;
    height: 3px;
    width: 30px;
    background: #ffffff;
    line-height: 1;
}

.service_box .hover_box .inner h6 {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    top: -200px;
    left: 0;
    margin: 0;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
}

.service_box .hover_box .about {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 150%;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 0s;
    transition-delay: 0.2s;
    padding: 0;
}


.service_box .hover_box_book .about {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 150%;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 0s;
    transition-delay: 0.2s;
    padding: 0;
}

.service_box .hover_box .about p {
    font-weight: 400;
    font-size: 13px;
	line-height:20px;
}

.service_box .hover_box_book .about p {
    font-weight: 400;
    font-size: 18px;
	line-height:30px;
	margin-top:70px;
}

.service_box .hover_box .read_more {
    text-transform: uppercase;
    position: absolute;
    bottom: -150px;
    left: -50px;
    right: -50px;
    background: #AE0A46;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11px;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    transition-delay: 0s;
    transition-delay: 0.3s;
    box-shadow: inset 0px -5px 0px #9B1C4A;
}

.service_box:hover .hover_box .about {
    left: 0;
}

.service_box:hover .hover_box .read_more {
    bottom: -34px;
    right: -68px;
}

.service_box:hover .hover_box {
    left: 0;
    background: #D4145A;
}

.service_box:hover .hover_box_book {
    left: 0;
}

.how-img{
	padding:0px;
}

.img-content{
	padding:40px;
	width:100%;
	height:100%;
}

.sp-bg{
		/*background-color: #fdfdfd;*/
		background-color: #add8e6;
}

.img-content h4{
	font-size:30px;
	font-weight:800;
	margin-bottom:17px;
	color:#000;
}

.img-content .subheading{
	line-height: 27px;
    font-size: 17px;
    color: #ff2500;
    font-weight: 600;
}

.img-content p{
	line-height: 24px;
    font-size: 14px;
    color: #081334;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
}

.img-content ul{
	list-style:none;
}

.img-content ul li{
   	line-height: 24px;
    font-size: 13px;
    color: #081334;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
	padding-left: 5px; 
}

.img-content ul li i{
	color: #d80000;
    font-size: 18px;
    padding-right: 5px;
}

.img-content a{
    color: #d80000 !important;
    border-color: #081334 !important;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    line-height: 29px;
    background: transparent !important;
}

.btn-sp:hover{
	background-color:#0D417B!important;
	color:#fff!important;
	border-color:#0D417B!important
}

.img-content a:hover{
	background-color:#fff!important;
	color:#10AD4C!important;
	border-color:#10AD4C!important;
}


.form-section{
	padding:10px 60px 30px;
	border-top:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
	position:relative;
	background: #FBFFFD;
}

.flex-container{
	width: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.flex-container .form-heading{
    font-size: 40px;
    margin-bottom: 18px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
}

.flex-container .form-heading span{
	display:block;
	font-size:30px;
	font-weight:700;
}

.flex-container .form-subhdng{
font-size: 18px;
margin-bottom: 18px;
font-weight: 400;
color: #6b6e71;
line-height: 26px;
}

.form-section .form-inner{
    box-shadow:0 0 6px 0 rgba(0,0,0,0.3);
    padding:20px;
    background-color:#fff;
    border-radius:10px;
}

.form-section .form-inner .form-control {
    min-height: 45px;
    background-color: #fdfdfd;
}	

.form-section .form-inner label{
	font-size:16px;
	font-weight:400;
}

.form-section .form-inner .btn-sp{
    background-color: #10AD4C !important;
    color: #fff !important;
    border-color: #10AD4C !important;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.3);
    border-radius: 20px;
    margin-top: 10px;
}

.service-banner{
    padding-top: 105px;
    padding-bottom: 62px;
    clear: both;
    width: 100%;
    text-align: center;
    background-image:url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&h=500&q=60');
    position:relative;
    margin-top: 30px;
}

.img-overlay{
   /* background-color:rgba(128,22,82,0.4);*/
    background-color:rgba(0, 0, 0, 0.4);
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    top:0;
}

.service-banner .title {
    color: darkred;
    font-size: 56px; 
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 64px;
    margin-bottom: 20px;
    z-index:2;
    position:relative;
} 

.service-banner .breadcrumb {
    background-color: transparent !important;
    justify-content: center;
    color: #7e8399;
    z-index:3;
    position:relative;
}

.service-banner .breadcrumb {
    color: #7e8399;
}

.service-banner .breadcrumb a {
    color: #7e8399;
}

.service-list{
    padding:40px 0px;
}

.list-section{
    padding:15px 0;
    border-bottom:1px solid #e2e4e8;
}

.list-section:last-child{
    border-bottom:none;
}

.service-container{
    padding-top:15px;
}

.img-section{
  /* border: 10px solid #ddd;
   border-radius: 4px;*/
}

.service-list .service-container h3{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 40px;
    margin-bottom: 10px;
    position:relative;
}

.service-list .service-container p{
    line-height: 24px;
    font-size: 14px;
    color: #7b7d82;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    text-align: justify;
}

.service-list .service-container a{
    color:#801652!important;
    font-size:14px;
}

/* new service design start*/

.section-heading {
    margin-bottom: 10px;
}
.center-holder {
    text-align: center !important;
}

.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #d21e2b;
    line-height: 200%;
    margin-bottom: 10px;
}

.section-heading h3 {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    color: #111;
    line-height: 130%;
    margin-bottom: 10px;
}

.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
}

.section-heading p {
    font-size: 15px;
    font-weight: 400;
    color: #aaa;
    line-height: 160%;
    padding-top: 15px;
    margin-bottom: 0px;
}

.mt-50 {
    margin-top: 50px;
}

.service-block {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.service-block img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.clearfix {
    display: block;
}

.service-block-number {
    width: 15%;
    float: left;
}

.service-block-number h5 {
    color: #d21e2b;
    font-size: 35px;
    font-weight: 600;
}

.service-block-title {
    width: 75%;
    float: left;
}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.service-block-title h4 {
    color: #111;
    font-size: 17px;
    font-weight: 600;
    padding-top: 12.5px;
    padding-left: 10px;
}

.service-block-title h4 a{
    color:#111;
}

.service-block p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

.section-md {
    padding: 40px 0px;
}
.section-block-parallax {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.white-color, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color p, .white-color i, .white-color span {
    color: #fff !important;
}
.section-heading {
    margin-bottom: 10px;
}
.mt-15 {
    margin-top: 15px;
}

.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #d21e2b;
    line-height: 200%;
    margin-bottom: 10px;
}

.section-heading h3 {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    color: #111;
    line-height: 130%;
    margin-bottom: 10px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.counter-box {
    position: relative;
    text-align: center;
    margin: 15px 0px;
}

.counter-box h4 {
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    color: #111;
}


.counter-box h4::after {
    content: '+';
}

.counter-box p {
    font-size: 15px;
    font-weight: 500;
    color: #999;
    line-height: 1.7;
    margin-top: 10px;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}

.testmonial-box {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #ececec;
    margin: 15px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.testmonial-box img {
    border: 2px solid #ececec;
    border-radius: 50%;
    padding: 2px;
    width:100%;
}

.testmonial-box h5 {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.testmonial-box span {
    color: #999;
    font-size: 13px;
    font-weight: 600;
}

.testmonial-box p {
    font-size: 15px;
    color: #999;
    line-height: 1.7;
    margin-top: 10px;
    font-weight:600;
}

.section-heading h4 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
}
/* new service design end*/

/*service detail page css start*/

.section-block {
    padding: 90px 0px 90px 0px;
    background-color: #fff;
}

.services-single-left-heading h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.services-single-left-heading h4::after {
    content: " ";
    display: block;
    background: #d21e2b;
    width: 50px;
    height: 2px;
    margin-top: 8px;
}

.services-single-menu {
    border: 1px solid #ececec;
}
.mt-30 {
    margin-top: 30px;
}

.services-single-menu ul li {
    border-bottom: 1px solid #ececec;
    background: #801652;
    list-style-type: none;
}

.services-single-menu ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 17px 0px 17px 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.services-single-menu .services-active{
	background: lightseagreen;
}

.adddetails{
	background: #801652;
    padding: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.primary-list {
    padding-left: 0px;
}

.primary-list li {
    list-style-type: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}

.primary-list li i {
    color: #d21e2b;
    padding-right: 10px;
}

.callback-box {
    position: relative;
    background: #801652;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 25px 15px;
}

.mt-20 {
    margin-top: 20px;
}

.callback-box-form input {
    width: 100%;
    background: #fff;
    color: #111;
    font-weight: 400;
    padding: 12px 10px;
    border: none;
    border-radius: 5px;
    margin: 5px 0px;
}

.callback-box-form button {
    display: block;
    width: 100%;
    background: #d21e2b;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 5px;
    padding: 10px 15px 10px 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.rounded-border {
    border-radius: 10px !important;
}

.text-content-big p {
    font-size: 15px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 200%;
    margin-bottom: 15px;
}

.pr-15-md {
    padding-right: 15px;
}

.primary-list li i {
    color: #d21e2b;
    padding-right: 10px;
}


.accordion {
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ececec;
    border-radius: 0px !important;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: #ddd;
}
.accordion-heading {
    border-radius: 0px;
    padding: 0px;
}


.accordion-title a {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    line-height: 1;
    display: block;
    padding: 20px 0px 25px 0px;
    border-radius: 0px;
}

.accordion-title .collapsed::after {
    content: '\f105';
    font-size: 18px;
    font-family: "FontAwesome";
    color: #333;
    float: right;
}

.panel-body {
    border-top: 1px solid #eee !important;
}
.accordion-body {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 170%;
    text-align: left;
    border: none !important;
    padding: 0px;
    padding: 18px 0px 30px 0px;
}

.download-file-button {
    background: #f8f7f6;
    border-radius: 5px;
    margin: 40px 0px;
    padding: 25px 50px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.download-file-button h5 {
    display: inline-block;
    color: #111;
    font-size: 20px;
    font-weight: 400;
    margin-top: 8px;
}

.download-file-button i {
    font-family: FontAwesome;
    display: inline-block;
    float: right;
    font-size: 40px;
    color: #d21e2b;
}

.section-single-heading h4 {
    color: #111;
    font-size: 20px;
    font-weight: 500;
}

.section-single-heading h4::after {
    content: " ";
    display: block;
    background: #d21e2b;
    width: 60px;
    height: 2px;
    margin-top: 8px;
}

/*service detail page end*/

/* Some positioning and ratios */

.sticky-section{
    min-height:400px;
    padding-top: 10px;
    background-image:url('https://www.atmoz.in/assets/image/wall-img.jpg');
    padding-bottom:30px;
}

.sticky-section .sticky-container {
    max-width: 100%;
    position: relative;
}

.sticky-section .sticky-outer {
    display: flex;
    padding-top: 92.5925926%;
    position: relative;
    width: 100%;
}

.sticky-section .sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Shadow behind the sticky note */
.sticky-section .sticky:before {
    box-shadow: -2px 2px 15px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.25);
    content: '';
    width: 90%;
    left: 5px;
    height: 75%;
    position: absolute;
    top: 25%;
}

.sticky-section .sticky-2:before{
    top:34%;
}

.sticky-section .sticky-4:before{
    top:37%;
}

/* The sticky note itself */
.sticky-section .sticky-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  /*font-family: 'Kalam', cursive;*/
    font-size: 1.25rem;
    line-height:35px;
    clip-path: url(#stickyClip);
}

.set-1{
    background: linear-gradient( 180deg, rgb(240, 168, 229) 0%, rgb(244, 142, 209) 12%, rgb(236, 138, 221) 75%, rgb(244, 195, 241) 100% ); 
}

.set-2{
    background: linear-gradient( 180deg, rgba(187, 235, 255, 1) 0%, rgba(187, 235, 255, 1) 12%, rgba(170, 220, 241, 1) 75%, rgba(195, 229, 244, 1) 100% );
    margin-top:40px;
}

.set-3{
    background: linear-gradient( 180deg, rgb(244, 238, 141) 0%, rgb(247, 237, 160) 12%, rgb(241, 227, 170) 75%, rgb(244, 239, 195) 100% );
}

.set-4{
    background: linear-gradient( 180deg, rgb(185, 249, 167) 0%, rgb(189, 255, 187) 12%, rgb(172, 241, 170) 75%, rgb(208, 244, 195) 100% );
    margin-top:50px;
}

.outer-1{
    transform: rotate(-4deg);
    transition: transform .15s linear;
}

.outer-2{
    transform: rotate(4deg);
    transition: transform .15s linear;
}

.outer-3{
    transform: rotate(-4deg);
    transition: transform .15s linear;
}

.outer-4{
    transform: rotate(4deg);
    transition: transform .15s linear;
}

.outer-1:hover{
    transform: scale(1.25);
}

.outer-2:hover{
    transform: scale(1.25);
}

.outer-3:hover{
    transform: scale(1.25);
}

.outer-4:hover{
    transform: scale(1.25);
}

/* Position the sticky nicely, so it looks better */


.sticky-section .container-inner {
    width: 100%;
    margin: 5px 0;
}

/* Add responsiveness */
@media screen and (min-width: 640px) {
  .sticky-section .sticky-content {
    font-size: 1.2rem;
    padding: 15px;
    text-align: justify;
    padding-right: 30px;
  }
  .sticky-section .container-inner {
    width: 100%;
    padding:40px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-section .sticky-content {
    font-size: 1.3rem;
    padding: 15px;
    text-align: justify;
    padding-right: 30px;
    
  }

.sticky-section .container-inner {
    width: 100%;
    padding:40px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-section .sticky-content {
    font-size: 1.175rem;
    padding: 15px;
    text-align: justify;
    padding-right: 30px;
  }
  .sticky-section .container-inner {
    width: 100%;
    padding:40px;
  }
}

.icon-button {
    background-color: white;
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem;
}

/* Circle */
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    margin: -1.3rem;
}

/* Icons */
.icon-button i {
    background: none;
    color: white;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2.6rem;
    z-index: 10;
}

.twitter span {
    background-color: #4099ff;
}
.facebook span {
    background-color: #3b5998;
}
.google-plus span {
    background-color: #db5a3c;
}
.tumblr span {
    background-color: #34526f;
}
.instagram span {
    background-color: #517fa4;
}
.youtube span {
    background-color: #bb0000;
}
.pinterest span {
    background-color: #cb2027;
}

.icon-button .fa-twitter {
    color: #4099ff;
}
.icon-button .fa-facebook {
    color: #3b5998;
}
.icon-button .fa-tumblr {
    color: #34526f;
}
.icon-button .fa-google-plus {
    color: #db5a3c;
}
.icon-button .fa-instagram {
    color: #517fa4;
}
.icon-button .fa-youtube {
    color: #bb0000;
}
.icon-button .fa-pinterest {
    color: #cb2027;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
  color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }
}


/*footer css */
 
.round-btn {display: inline;height: 40px; width: 40px; background:#fff;border-radius: 50%;float: left;margin: 15px 8px;box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);}
.round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;padding: 9px 12px !important;}
.round-btn .icon {padding: 3px;}
.round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
.btn-facebook a {color: #3b5998;padding: 8px 13px;}
.btn-linkedin a {color: #007bb6;}
.btn-twitter a{color: #1c9deb;}
.btn-instagram a{color: #dd3f5c;}
.btn-whatsapp a{color: #155E54;}
.btn-envelop a{color: #D6403A;font-size: 15px; padding: 9px 12px;}
.standard_header .standard_social_links {margin-left: 1rem;}

  
  .footer-wrap {
    padding-top: 0px;
    background-size: cover;
	width:100%
}

.footer-wrap h3 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
	font-weight:700;
}

.footer-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
	font-weight: 600;
}

.seeall{
    background-color: deeppink;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 26px;
    cursor: pointer;
    border-radius: 70%;
}


.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
	font-weight: 600;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
}

.footer-category li a {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
	font-weight: 600;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #fff;
}

.address {
    
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    border-top: 1px solid #111;
    font-size: 14px;
    color: #ccc;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    background: #2F4F4F;
}
footer .second_class{
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
}
footer .first_class {
    padding-bottom: 21px;
    border-bottom: 1px solid #444;
}
footer .first_class p, footer .first_class h3{
    margin: 0 0;
    
}
footer{
    background: #333;
	width: 100%;
padding: 0;
margin: 0;
display: block;
position: relative;
overflow: hidden;
}

footer .newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #222;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
    background: #fff;
    position: absolute;
    right: 30px;
    border: 0;
    top: 26px;
    font-size: 17px;
    color: #333;
}


footer .second_class_bdr{
    padding-top: 0px;
   /* border-top:1px solid #222;*/
}

footer .btn-facebook a {
    padding: 10px 14px !important;
}

footer .btn-envelop a {
    color: #D6403A;
    font-size: 15px;
    padding: 12px 12px;
}

footer .round-btn a {
    padding: 6px 12px;
	line-height: 23px;
}

footer .round-btn {
    box-shadow: 0px 0px 7px 0px rgb(255, 39, 216) !important;}

footer .round-btn {
    margin: 15px 4px;}
  
footer dl, ol, ul {
    padding-left: 5px;
}
  footer li{
    list-style: none;
  }



/*footer end */

.cd-faq__items {
    width:100%!important;
    z-index: 2!important;
}