/*font-family: 'Poppins', sans-serif;*/
html,body{
	min-height: 100%;
    background:#fff5f4;
}

.bg_wrapper{padding: 0 10px;}
body,
button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
	color: #060606;
	font-size: 15px;
	/*font-size: 1rem;*/
	line-height: 1.7;
        font-weight: normal;

}

a{text-decoration: none; color: #e30881}
a:hover, a:focus, a:active{color:#000;  text-decoration: none; outline: 0; cursor: pointer;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight: bold;}

h1{
	font-size:50px;
	margin:0 0 30px 0;
}

h2{
	font-size:50px;
	margin:0 0 30px 0;
}

h3{
	font-size:30px;
	margin:0 0 18px 0;
}

h4{
	font-size:22px;
	margin:0 0 15px 0;
}

h5{
	font-size:18px;
	margin:0 0 12px 0;
}

h6{
	font-size:14px;
	margin:0 0 12px 0;
}

p {
	margin:0 0 18px;
}


button, input[type="button"], input[type="reset"], input[type="submit"]{
	font-size:11px; background:#ed0b0b; border:none; color:#fff !important; padding:10px 24px;
	border-radius:0;
    box-shadow: none;
    display: inline-block;
    margin-top: 0;
    border: none;
    outline: none;
	line-height: 1.4;
    border: 1px solid #ed0b0b;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: none;
border: 1px solid #ed0b0b;
	background:#fff;
    color: #ed0b0b !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow: none;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px 6px;
	width:100%;
	height:37px;
}

textarea {
	height:120px;
}

select {
	border: 1px solid #ccc;
	width:100%;
	height:37px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline:none;
}

textarea {
	width: 100%;
	height:130px;
}


ul, ol {
	margin-left:0;
}

label.error{    color: #f00;
    font-size: 1em; font-weight:normal}

.btn {
    border-radius: 40px;
    border: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    background: #e30881;
    border: 2px solid rgba(0,0,0,0);
    padding: 14px 24px;
    font-weight: bold;
}


.btn-border{background: none; border: 2px solid rgba(0,0,0,0); color:#e30881}

.btn:hover{background:#fff; color:#e30881 !important; border: 2px solid #e30881;}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn-border:hover{background:rgba(0,0,0,0.6)}
.btn-lg{font-size: 13px; padding: 10px 25px}
.btn-md{ padding: 14px 44px;}
.white-btn{color: #b40101; background: #fff; font-size: 13px; border: 1px solid #cbcbcb;     padding: 3px 7px;}

.white-btn:hover{background: #b40101; color: #fff;}

.btn-primary {
    background-color: #f66708;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #000
}
.btn-radius {
    border-radius: 34px;
}

.link_btn{text-transform: uppercase}

ul.bulletlist{list-style:none;margin:20px 0 30px 0;padding:0;}
ul.bulletlist li{padding:0 0 0 24px;margin:0 0 20px 0;position:relative;line-height:1.1;}
ul.bulletlist li:before{content:"\f00c";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0;top:4px;font-size:12px;color:#ff0000;}
ul.bulletlist2{list-style:none;margin:20px 0 30px 0;padding:5px 0;}
ul.bulletlist2 li{
        padding: 0 0 0 27px;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    background: url(../images/bulletboxes.png) 0 5px no-repeat;
}

.page-title, .entry-title, .widget-title{margin: 0 0 20px 0;}

.entry-title {
    font-size: 30px;
}
.entry-title a {
    color: #2dc0e3;
}

.page-title {margin: 0 0 30px 0;}

.page-title span{display: inline-block; padding-right: 150px; background:url(../images/heading-bg.png) 100% 20px no-repeat; position: relative;}

.page-title.white span{display: inline-block; background:url(../images/heading-wbg.png) 100% 20px no-repeat; position: relative; color: #fff;}


.page-title2{
    color: #e30881;
    font-size: 20px;
}

.page-title3 {margin: 0 0 14px 0;}

.page-title3 span{display: inline-block; padding-bottom: 20px; background:url(../images/heading-bg2.png) 0% 100% no-repeat; position: relative;}


.gray_clr{color:rgba(31, 31, 31, 0.54)}
.white_clr{color: #fff;}
.black_clr{color: #000005;}

.light{font-weight: 300}
.normal{font-weight:normal}
.medium{font-weight:500}
.semibold{font-weight:600}
.bold{font-weight:bold}
.uppercase{text-transform: uppercase;}
.inner_title{
	 text-transform: uppercase;
    font-weight: 300;
}




.page-content, .entry-content, .entry-summary {
    margin: 8px 0 0px 0;
}

.content-area{
    padding:60px 0 20px 0;
}



.blog .hentry, .blog .hentry {
    margin: 0 0 2.5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.5em;
  }

#sidebar section.widget{
    background: #fff;
    border:1px solid #dedede;
    padding:15px;
	color:#453635;
}

.post_thumbnail{margin:20px 0 0 0}

.widget-area .widget{
	padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    margin:0 0 20px 0;
}

.main-title{text-align: center; font-weight: 300; margin:0 0 30px 0;}




/* website css */


.site-header {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99;
    font-size: 14px
}



.site-header .site-branding{
    padding:10px 0;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.site-header .header_mid{padding: 0 4%}


.site-header .logo{
    display: inline-block;
    position: relative;
    padding:15px 0;
    z-index: 99;
}

.site-header .header_topright .textwidget{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 666px;
    float: right;
    /*width: 100%;*/
}

.site-header .header_topright ul.topcontact{
    margin: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.site-header .header_topright ul.topcontact li{
    display: inline-block;
    position: relative;
    line-height: 1.4;
	vertical-align: top;
    margin:0 45px 0 0;
    font-weight: 300;
}


.site-header .header_topright ul.topcontact li:last-child{
    margin-right: 0;
    }

.site-header .header_topright ul.topcontact li.ico{
    padding-left: 28px;
}

.site-header .header_topright ul.topcontact li span{
    display: block;
    line-height: 19px;
	font-weight: normal;
}

.site-header .header_topright ul.topcontact li a{color:#000000;font-weight: 600;font-size: 20px;}
.site-header .header_topright ul.topcontact li a:hover{text-decoration: none;}
.site-header .header_topright ul.topcontact li.ico:before{
   content: '';
   position: absolute;
   width: 28px;
   height: 25px;
   border-radius: 100%;
   left: 0;
   top: 2px;
   text-align: center;
   line-height: 32px;
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 24px;
   color: #e30881;
   transform: rotate(26deg);
}

.site-header .header_topright ul.topcontact li.tel:before{
    content: "\f095";
}

.site-header .header_topright ul.topcontact li.location:before{
    content: "\f024";
    font-size: 27px;
}
.site-header .header_topright ul.topcontact li.mail:before{
	content: "\f0e0";
    font-size: 16px;
}


.site-header .header_topright ul.topcontact li a.book_btn {
    display: inline-block;
    padding: 11px 30px;
    color: #fff;
    font-weight: 500;
    background: #1499ec;
    border-radius: 4px;
    border: 1px solid #1499ec
}

.site-header .header_topright ul.topcontact li a.book_btn:hover{
    background: #fff;
    color: #1499ec
}

.site-header .header_topright .extra_btn{
    text-transform: uppercase;
}




/*body .extra_btn{text-align: center; vertical-align: top; margin:0; }
body .extra_btn ul.cnss-social-icon {display: inline-block}
body .extra_btn ul.cnss-social-icon li.cn-fa-icon a{
    line-height: 30px;
    background: none !important;
    border-radius: 0 !important;
    padding: 3px 4px !important;
    width: 32px !important;
    height: 32px !important;
    color: #fff !important;
}
body .extra_btn ul.cnss-social-icon li.cn-fa-icon .fa{font-size: 20px !important}
body .extra_btn ul.cnss-social-icon li.cn-fa-icon a:hover{opacity: 0.4}*/


/*.flex-direction-nav a{background: url(../images/bg_direction_nav.png) no-repeat !important; background-size: 200% !important; opacity: 1 !important;
width: 60px !important; height:60px !important;}

.flex-direction-nav .flex-prev {
    left: 20px !important;
}

.flex-direction-nav .flex-next {
    right: 20px !important; background-position: 100% 0 !important;
}
*/
.home_slider .metaslider .caption-wrap{
    top: 50%;
    opacity: 1 !important;
    background: none !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
}

.home_slider .metaslider .caption{
    margin: 0 auto;
    max-width: 1180px;
    font-size: 15px;
    overflow: hidden;
    padding: 0 419px 0 140px !important;
}

.home_slider .inner_caption img{
    min-width: inherit !important;
    width: auto !important;
    display: inline-block !important;
}


.home_slider .metaslider .caption-wrap h2, .metaslider .caption-wrap h4{width: auto; clear: left;}
.home_slider .metaslider .caption-wrap h2{
color: #fff;
    position: relative;
    font-size:50px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: none;
}
.home_slider .metaslider .caption-wrap h2 span{
    color: #ee0b0b
}

.home_slider .metaslider .caption-wrap .txtwrap{margin-bottom: 20px; font-size: 30px; line-height:1}

.home_slider .inner_caption .btns{
    background: #ee0b0b;
    color: #fff !important;
    border: 1px solid #ee0b0b;
    border-radius: 3px;
    padding: 16px 16px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
}

.home_slider .inner_caption .btns:hover {
    background: #fff;
    color: #ee0b0b !important;
}

.home_slider{position: relative; overflow: hidden}
    

.home_slider  .metaslider .flexslider{margin-bottom:0;}

.home_slider .metaslider .flex-control-nav li a{
    background: rgb(255, 255, 255, 0.3);
}

.home_slider .flex-control-paging li a.flex-active {
    background: rgb(255, 255, 255,0.8);
}

.home_slider .metaslider .flex-control-nav {
    bottom: 9px;
}


.home_slider .metaslider li img {
max-width: inherit; width: 1600px;
}
.home_slider .banner_overlay {
background: none;
position: absolute;
width: 100%;
top: 0;
}
.home_slider .banner_content {
    max-width: 1180px;
    vertical-align: top;
    position: relative;
    width: 100%;
    text-align: left;
    min-height: 100px;
    margin: 0 auto;
}
.banner_form {
    position: absolute;
    background: #fff5f4;
    padding: 30px 20px;
    max-width: 390px;
    width: 100%;
    text-align: left;
    right: 0;
    overflow: hidden;
    z-index: 9;
    margin-top: 1%;
    border-radius: 20px;
}
.banner_form h2 {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    position: relative;
    padding-top: 0;
    padding-bottom: 16px;
}


.banner_form .wpcf7 p {
    margin: 0 0 12px 0;
}

.banner_form .wpcf7 strong{
    font-size: 15px;
    color: #000;
font-family: 'Cuprum', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}

.banner_form .wpcf7 {
    position: relative;
    z-index: 9999;
}
.banner_form input[type="text"].wpcf7-form-control, .banner_form input[type="email"].wpcf7-form-control, .banner_form input[type="tel"].wpcf7-form-control, .banner_form select.wpcf7-form-control{height: 40px; border:0;}
.banner_form .form-group{margin-bottom: 15px}
.banner_form .wpcf7-textarea{
height: 80px;
border:0;
}

.banner_form .wpcf7-submit{
    border-radius: 40px;
    border: none;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    background: #e30881;
    border: 2px solid rgba(0,0,0,0);
    padding: 14px 24px;
    font-weight: bold;
}
.banner_form .wpcf7-submit:hover{
    background: #fff;
    color: #e30881 !important;
    border: 2px solid #e30881;
}


/*.banner_form .namefield{
    background: url(../images/name-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}

.banner_form .emailfield{
    background: url(../images/email-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}

.banner_form .phonefield{
    background: url(../images/phone-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}
*/

.logostrip .logoes{
    padding: 10px;
    background: #f8f8f8
}

.content_section{
    padding: 50px 0;
}

.weltxt{
    padding-top: 100px
}

.weltxt .weltxtwrap{
    padding: 20px 45px 20px 0;
    line-height: 2;
}

.weltxt .imgwrap{height: 100%; background-size:cover;}

.weltxt .btn{

}

.clientsection .client{
    position: relative;
}

.clientsection .clientswrap {
    background: #fff;
    padding: 70px 85px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin:0 0;
}
.clientsection .clientswrap .item{
    opacity: 0.2;
    text-align: center;
}

.clientsection .owl-carousel.clientswrap .owl-item img{
    width: auto;
    max-height: 70px;
    display: inline-block;
}

.clientsection .owl-carousel.clientswrap .owl-stage{display: flex; align-items: center;}


.clientsection .client .eclips1{
    content: '';
    position: absolute;
    left: 5px;
    width: 248px;
    height: 248px;
    top: -87px;
    background: #e30881;
    z-index: 0;
    border-radius: 50%;
}

.clientsection .client .eclips2{
    content: '';
    position: absolute;
    right: 60px;
    width: 124px;
    height: 124px;
    bottom: -44px;
    background: #e30881;
    z-index: 0;
    border-radius: 50%;
}

.services{
padding: 70px 0;
}

.services.homeservie{
color: #212121;
}

.services .serviceboxwrap{
    margin:0 90px;
}

.services .iconwrap .sicon{
    margin: 0 0 55px 0;
}

.services .iconwrap img{
display: inline-block;
    filter: brightness(100);
    height: 70px;
    width: auto;
}

.services .iconwrap{
padding: 90px 20px;
    height: 100%;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    background: #e30881;
    color: #fff;
    text-align: center;
}
}
.services .iconwrap .icon_title{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.services .iconwrap .icon_title a{
    color: #fff;
    max-width: 236px;
    display: inline-block;
}

.services .iconwrap .servicebtns{
    text-transform: uppercase;
    font-weight: bold;
}


.services .iconwrap .sbtns{
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.375rem 1.5rem;
    color: #fff;
}

.services .morebtnbox{height: 100%}


.services .owl-nav button{
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    border-radius: 0;
    z-index: 999;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.services .owl-nav button.owl-prev {
    left: -20px;
    background: url(../images/prev-btn1.png) 50% 50% no-repeat;
}

.services .owl-nav button.owl-next {
    background: url(../images/next-btn1.png) 50% 50% no-repeat;
    right:-20px;
}


.services .owl-carousel .owl-stage{display: flex;}
.services .owl-carousel .item{height: 100%}


.hiw{
    padding: 70px 0 10px;
    background:url(../images/hiwimage.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    color: #fff;
    z-index: 0;
    margin-bottom: 250px
}

.hiw:before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(227, 8, 129, 0.83);
    top: 0;
    left: 0;
}



.personrow{
    margin-bottom: -200px;
    color: #000;
}


.personrow .teamwrap {
    padding: 40px 20px;
    background: #fff;
    height: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.personrow .person-designation{
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
}


.catsection{
    color: #fff;
}

.catsection .ctawrap{
    background: url(../images/ctaimage.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 70px 20px;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}
.catsection .ctawrap:before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(227, 8, 129, 0.83);
    top: 0;
    left: 0;
}


.catsection .ctabtn{
    border:2px solid #fff;
    background: none;
    color: #fff;
}
.catsection .ctabtn:hover{
    background: #fff;
    color: #e30881;
}



.our_assurance{
    background:url(../images/maps.png) top center no-repeat;
    background-size: cover;
}

.our_assurance .assrsection{
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1)
}


/* testimonial section */


.client_testimonial{
padding: 60px 0 40px;   
}
.client-feedback {
    margin-top: 0;

}


.client_testimonial .owl-carousel .owl-stage{
    display: flex;
}

.feedback-cards .feedcontent {
text-align: center;
    position: relative;
    min-height: 110px;
}

.feedback-cards h3 {
    color: #e84097;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.feedback-cards {
    margin-bottom: 27px;
    background: #fff;
    padding: 40px 20px 35px;
    position: relative;
    text-align: center;
    height: calc(100% - 30px);
    font-size: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
}

.client_testimonial .owl-carousel .owl-stage-outer {
    padding: 0 20px;
    margin: 0 -20px;
}


.testbgbox {
    position: relative;
    right: 0;
    width: auto;
    float: none;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.client-details {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #9d9d9d;

}

.client-feedback .owl-dots{
    display: none;
}



.client-feedback .owl-nav button{
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    border-radius: 0;
    z-index: 999;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.client-feedback .owl-nav button.owl-prev {
    left: -20px;
    background: url(../images/prev-btn1.png) 50% 50% no-repeat;
}

.client-feedback .owl-nav button.owl-next {
    background: url(../images/next-btn1.png) 50% 50% no-repeat;
    right:-20px;
}



.testimonial .testimonial_list{
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 15px;
}

/* end testimonial section */


.bloglist .mediawrap {
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
}

.bloglist .media_img{margin-bottom: 40px}

.bloglist .media_title{font-size: 20px; color: #0f0f0f}
.bloglist .media_title a{color: #0f0f0f}
.bloglist .media_content{margin-bottom: 5px}
.bloglist .rmore{font-weight: 600; color: #702c8b; letter-spacing: 1px;}


.sidebar_form {
    background: #fff;
    position: static;
    border-radius: 20px;
    padding: 20px 15px;
    width: 100%;
    text-align: left;
    border: 1px solid #e30881
}


body.home .sidebar_form {
    margin-top: 52px;
    margin-left: -20px;
    width: auto;
}

.sidebar_form .sidebarformtitle {
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 0 0;
    text-align: center;
    position: relative;
    background: #39b7a0;
    color: #fff;
    padding: 20px 4px;
    margin: -20px -15px 14px;
    border-radius: 20px 20px 0 0;
}


.sidebar_form .wpcf7 p {
    margin: 0 0 12px 0;
}

.sidebar_form .wpcf7 strong{
    font-size: 15px;
    color: #000;
font-family: 'Cuprum', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}

.sidebar_form .wpcf7 {
    position: relative;
    z-index: 9999;
}
.sidebar_form input[type="text"].wpcf7-form-control, .sidebar_form input[type="email"].wpcf7-form-control, .sidebar_form input[type="tel"].wpcf7-form-control, .sidebar_form select.wpcf7-form-control{height: 45px; border-radius: 5px; padding-right: 34px;}
.sidebar_form .form-group{margin-bottom: 10px}
.sidebar_form .wpcf7-textarea{
height: 120px;
}

.sidebar_form .namefield{background: url(../images/name-icon.png) right 10px top 14px no-repeat #fff;}
.sidebar_form .emailfield{background: url(../images/mail-icon.png) right 10px top 14px no-repeat #fff;}
.sidebar_form .phonefield{background: url(../images/phone-icon.png) right 10px top 14px no-repeat #fff;}
.sidebar_form .messagefield{background: url(../images/message-icon.png) right 10px top 14px no-repeat #fff;}

.sidebar_form .bottombtn{
margin-bottom: -31px;
    position: relative;
    bottom: -13px;
}

.sidebar_form .wpcf7-submit{
    border-radius: 0;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    background: rgb(21,173,165);
    background: -moz-linear-gradient(45deg, rgba(21,173,165,1) 0%, rgba(2,157,204,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(21,173,165,1) 0%,rgba(2,157,204,1) 100%);
    background: linear-gradient(45deg, rgba(21,173,165,1) 0%,rgba(2,157,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15ada5', endColorstr='#e30881',GradientType=1 );
    border: 2px solid rgba(0,0,0,0);
    font-size: 13px;
}
.sidebar_form .wpcf7-submit:hover{
    background: #fff;
    color: #e30881 !important;
    border: 2px solid #e30881 !important;
}

.sidebar_form .wpcf7-form-control.wpcf7-radio{
    font-size: 18px
}




.footer_contact{padding: 0 0;}

.footer_contact .footer_title{color: #fff; padding: 20px 0; background:#ca1f22}

.footer_contact h5{position: relative; padding-bottom: 15px; font-weight:600}
.footer_contact h5:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 222px;
    height: 2px;
    background: #000;
}

.footer_contact a{color: #000000}
.footer_contact .contact_details{font-size: 18px}
.footer_contact .contact_details strong{font-weight:600}

.contact_details .contact_map{margin-top: 50px}


.footer_form {
    background:#f4f4f4;
    padding: 20px;
    width: 100%;
    max-width: 380px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);    
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);

    border-radius: 4px
}
.footer_form .form_title{
    font-size: 18px;
    font-weight: 500;
    color: #ed0b0b;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.footer_form .wpcf7 .wpcf7-submit{
    cursor: pointer;
    text-transform: none;
    font-weight: bold;
    height: auto;
    text-indent: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 24px;
}


.footer_form .namefield{
    background: url(../images/name-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}

.footer_form .emailfield{
    background: url(../images/email-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}

.footer_form .phonefield{
    background: url(../images/phone-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}


/*.client_box .bx-wrapper ul li .helper{ margin-bottom: 1px;}*/
.site-footer{
    background:#1b1b1b;
    color: #fff;
    font-size: 15px
}

.site-footer a{color:#fff}
.site-footer a:hover{color: rgba(255,255,255,0.7)}
.site-footer ul.menu{padding: 0; margin: 0; list-style: none;}
.site-footer ul.menu li{
margin: 0 0 11px;
    /*padding-left: 22px;*/
    position: relative;
}

.site-footer ul.menu li a{
    color: #fff;
}


.site-footer .footer-top{
    padding: 50px 0;
    background:#e30881;
}

.site-footer .widget-title, .site-footer h6{
    color: #fff; font-weight: bold; font-size: 16px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.site-footer .widgetwrap{
    width: 100%;
    max-width: 205px;
    margin: 0 auto;
}


.site-footer ul.cnss-social-icon { padding: 0 0 !important;}
.site-footer ul.cnss-social-icon i{font-size: 20px !important}
.site-footer ul.cnss-social-icon li.cn-fa-icon a{
    line-height: 34px !important;
    background: none !important;
    border: 0 !important;
}

.footer_widget i.fa{color: #2c9320; margin-right: 6px;}

.site-footer .quickmenu2 ul li{display: inline-block; width: 48%; vertical-align: top;}





#mailpoet_form_1 .mailpoet_text{width: 100% !important; background: none; border: 1px solid rgba(255,255,255,0.1)}

#mailpoet_form_1 .mailpoet_submit{width: 100%; background: #1499eb; padding: 10px 10px}


.site-footer .wpcf7 input:not([type="submit"]), .site-footer .wpcf7 textarea{
    background: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}

.site-footer .wpcf7 textarea{
    height: 70px;
}

.site-footer .site-info{
color: #fff;
    padding: 15px 0 15px;
    font-size: 14px;
    text-align: center;
    background: #c30b71;
}

.site-footer .site-info a{
    color: #fff;
}



ul.contactdetails{
    list-style: none;
    margin:0 0 30px 0;
    padding: 0;
}

ul.contactdetails li{position: relative; margin: 0 0 30px 0; color: #000; line-height: 2.5; padding-left: 24px;}
ul.contactdetails li i{
    position: absolute;
    left: 0;
    top: 11px;
    color: #000;
}
ul.contactdetails li a{color: #000}

footer ul.contactdetails li, footer ul.contactdetails li a{color: #fff}


footer ul.contactdetails li i{
    color: #fff;
}

.wpcf7 label{display: block;}

.inner_banner{
    background: url(../images/inner-banner.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 80px 0 50px 0;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}

.inner_banner:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    background: rgba(10, 40, 66, 0.90);
    z-index:-1;
}


.inner_banner .page-title{font-size: 60px; font-weight: bold;}


ul.sidebarmenu{padding: 0; margin: 0; list-style: none;}
ul.sidebarmenu li{
margin: 0 ;
    
    position: relative;
    border-bottom: 1px dashed #ccc;
}

ul.sidebarmenu li a:before {
    content: "\f105";
    position: absolute;
    left: 7px;
    top: 11px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.sidebarmenu li a{
    display: block;
    padding:8px;
padding-left: 20px;
    position: relative;
}

ul.sidebarmenu li a:hover, ul.sidebarmenu li.active a{
    background: #1499ec;
    color: #fff
}


.breadcrumb{
    padding:5px 0;
    background: #f4f4f4;
}


.logo_Carousel{
    background: #f4f4f4;
    padding: 40px 0 10px
}

.wpcf7 .wpcf7-recaptcha{transform: scale(0.8); transform-origin: 0 0}


.pt50{padding-top: 50px;}
.pt100{padding-top: 100px;}
.pt150{padding-top: 150px;}

.pb50{padding-bottom: 50px;}
.pb100{padding-bottom: 100px;}
.pb150{padding-bottom: 150px;}

.imagecircle{
    padding:0 10%;
    position: relative;
    text-align: center;
}
.imagecircle:before{
    content: '';
    position: absolute;
    left: 10px;
    width: 200px;
    height: 200px;
    top: -62px;
    background: #e30881;
    z-index: 0;
    border-radius: 50%;
}
.imagecircle:after{
    content: '';
    position: absolute;
    right: 23px;
    width: 124px;
    height: 124px;
    bottom: -49px;
    background: #e30881;
    z-index: 0;
    border-radius: 50%;
}

.imagecircle img{
    position: relative;
    z-index: 1;
}




.sfieldsection1{
    padding: 70px 0;
    background:url(../images/service-bg2.jpg) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    color: #fff;
    z-index: 0;
}

.sfieldsection1:before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(10, 40, 66, 0.90);
    top: 0;
    left: 0;
}

ul.serviceiconlist{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.serviceiconlist li{
    display: flex;
    align-items: flex-start;
    margin:0 -15px 77px -15px;
	align-items:center
}
ul.serviceiconlist li:nth-child(odd){
	flex-direction: row-reverse;
}

ul.serviceiconlist li:last-child{
    margin-bottom: 0;
}

ul.serviceiconlist li > .serviceicon{
    width: 50%;
/*    -webkit-flex-shrink: 0;
    flex-shrink: 0;*/
    padding: 15px;

}
ul.serviceiconlist li > .iconcontent{
	padding: 15px;
	width: 50%;
}


body. page-id-135 ul.serviceiconlist li .serviceicon img{
	max-width:200px;
	text-align:left;
}

body. page-id-135 ul.serviceiconlist li:nth-child(odd) .serviceicon img{
	text-align:right;
}

.su-spoiler-title{font-size: 18px !important}


/* .casestudysection .studyrow{
	background: #d5d5d5
} */

.casestudysection .row:nth-child(even){
	flex-direction: row-reverse;
}

.casestudysection .cstudy_bg{
	background-size: cover; 
}
.casestudysection .cstudy_content{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0;
}

.casestudysection .cstudy_img{min-height: 500px}


@media(min-width:1300px){
    .container{max-width: 1250px}
    .home_slider .metaslider .caption{
        max-width: 1220px
    }
    .home_slider .banner_content{
        max-width: 1220px;
    }
}

@media(min-width:1500px){
    .container{max-width: 1440px}
    .home_slider .metaslider .caption{
        max-width: 1410px
    }
    .home_slider .banner_content{
        max-width: 1410px;
    }
}

@media (min-width: 1600px){
.home_slider .metaslider li img {
    width: 100%;
    min-width: 1600px;
}
}

@media(max-width:1199px){

.home_slider .metaslider .caption{padding-right: 400px !important}
.banner_form{right: 15px}

ul.bottomcontact li .cwrap{font-size: 14px; text-align: center;}

ul.bottomcontact{flex-wrap: wrap;}

ul.bottomcontact li i {
    left: 0;
    width: 100%;
    line-height: 30px;
    height: auto;
    top: 6px;
}

ul.bottomcontact li .cwrap {
    padding: 40px 10px 10px;
}

ul.bottomcontact li i{
    left: 0;
    width: 100%;

}

}

@media(max-width:991px){
   
.top_links span.phone{font-size: 14px}
.site-header .site-branding{padding: 10px 0;}
.site-header .logo{display: block; text-align: center; padding-top: 0}

.home_slider .metaslider .caption {
    padding-right: 0 !important;
	padding-left: 0 !important;
}

.home_slider .banner_overlay{position: static;}
.banner_form{position: static; margin:20px auto; padding:0}
.home_slider .metaslider .caption-wrap{position: static; transform: inherit; background: #000 !important; padding:15px 10px; text-align: center;}
.home_slider .metaslider .caption-wrap h2{font-size: 30px; }
.home_slider .metaslider li img{width: 100%}

.home_slider .inner_caption{max-width: inherit;}

ul.bottomcontact li{width: 100%; margin-bottom: 30px}
.acc_us{max-width: inherit; margin-bottom: 30px}
.top_links{margin:0; display: block; text-align: center;}
.top_links span{margin:8px !important}

.site-header .header_topright .textwidget{
    float: none;
    justify-content: center;
}

.weltxt {
    padding-top: 20px;
}


.clientsection .clientswrap{margin: 0}

.bloglist .mediawrap{margin-bottom: 30px}

.site-footer .widgetwrap{max-width: inherit; margin: 0}

ul.serviceiconlist li > .serviceicon, ul.serviceiconlist li > .iconcontent{width: 100%; margin-bottom: 15px}

	
	.weltxt .weltxtwrap{
		padding:20px 0
	}
	
}


@media(max-width:767px){
.top_strip .col-md-4{display: none;}
.top_links{text-align: left;}
.top_links span {
    margin: 0 !important;
    display: block;
    border-right: 0 !important
}

.home_slider .inner_caption .btns{font-size: 14px}

.footer_c2a .c2abox_wrapper{margin-bottom: 30px}


.clientsection .clientswrap {
    background: #fff;
    padding: 40px 35px;
}

h1,h2{font-size: 30px}
h3{font-size: 28px}
h4{font-size: 25px}
h5{font-size: 20px}

ul.serviceiconlist li{flex-wrap: wrap}

.services .serviceboxwrap{
	margin:0 10px		
}
	
	.weltxt .weltxtwrap{
		padding:0
	}

	.catsection .ctawrap{padding:20px}
	.client_testimonial{
		padding-left:10px;
			padding-right:10px
}
	
.services .iconwrap {
    padding: 40px 20px;
	}
	
	.personrow .teamwrap{
		margin-bottom:30px
	}
	
}

@media(max-width:540px){

}


@media(max-width:360px){
	
}