body {
    background: #fff;
    padding: 0px;
    margin: 0px;
    
}
input:required {
  box-shadow: none;
  border: none;
}
a,a:hover,a:focus{outline: none;}
.w-100{width: 100%;}
.w-auto{width: auto!important;}
.p-relative{position: relative;}
.p-static{position: static;}
.bg-white{background: #98969633;}
 .m-0 { margin: 0 !important; }
 .m-5 { margin: 5px !important; }
 .m-10 { margin: 10px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-r-0 { margin-right: 0px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-b-5{ margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25{ margin-bottom: 25px !important; }
.m-b-35{ margin-bottom: 35px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.p-0{padding: 0px;}
.p-10{padding: 10px!important;}
.p-15{padding: 15px!important;}
.p-20{padding: 20px;}
.p-30{padding: 30px;}
.p-t-20{padding-top: 20px;}
.p-b-10{padding-bottom: 10px;}

.p-t-0{padding-top: 0px!important;}
.p-t-10{padding-top: 10px;}
.p-b-10{padding-bottom: 10px;}
.p-b-20{padding-bottom: 20px;}
.p-b-0{padding-bottom: 0px;}
.p-l-0{padding-left:  0px;}
.p-r-0{padding-right:  0px;}
.p-l-20{padding-left:  20px!important;}
.p-r-20{padding-right:  20px!important;}


.f-10 { font-size: 10px !important; }
.f-12 { font-size: 12px !important; }
.f-14 { font-size: 14px !important; }
.f-16 { font-size: 16px !important; }
.f-18 { font-size: 18px !important; }
.f-20 { font-size: 20px !important; }
.f-26 { font-size: 26px !important; }
.f-30 { font-size: 30px !important; }
.f-36 { font-size: 36px !important; }
.f-46 { font-size: 46px !important; }
.bold { font-weight: bold; }
.valign-m { vertical-align: middle; }
.valign-b { vertical-align: bottom; }
.lh { line-height: 1.7; }
.link{color: #08A5E5}
.no-float{float: none;}
.bg-gray-dark { background: #E2E0E0 }
.bg-gray-dark2 { background: #343434 }
.bg-gray-dark3 {background: #F9F9F9!important}
.hide { display: none; }
.c-black { color: #000 !important; }
.c-white { color: #fff !important; }
.c-red { color:#FD2525 }
.c-orange { color:#ED8A19 }
.c-cyan { color: #08A5E5 }
.c-pink { color: #AB47BC }
.c-pink-lt { color: #E75DFF; }
.border { border: 1px solid #ddd !important; }
.no-border { border: none !important; }
.right-bod {
    border-right: 1px solid #ddd !important;
}
.rsp-align-right{text-align: right;}
.card-shadow {
    box-shadow: 2px 3px 5px rgba(7, 7, 7, 0.16);
}
.dshed-border {
    border-bottom: 2px dashed #e7e7e7;
}
.curve-corner-top{
    border-radius: 10px 10px 0 0;
}
.curve-corner-bottom{
    border-radius:0 0 10px 10px;
}
.curve{border-radius:5px;}
.no-curve{border-radius:0px!important;}
.word-limit{
     max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.error {
   color: red; 
}
.btn-sml {
    font-size: 14px!important;
    font-weight: normal!important;
    padding: 5px 30px!important;
} 
.btn-yes {
    background: #08a5e5;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    min-width: 170px;
    padding: 5px;
    text-align: center;
}


.button{
     background-color: #ab47bc;
    border: none;
    color: white;
    padding: 8px 21px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 15px 15px;
	float:right;
}

.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  
}



.btn-yes:hover {
    color: #fff;
    background: #068DC2;}

.btn-no {
    background:#E6803E;
    border: 1px solid transparent;
    color: #EEA678;
    display: inline-block;
    min-width: 170px;
    padding: 5px;
    text-align: center;
} 
.btn-no:hover {
    color: #fff;
    background:#AB47BC;}

  .toggle-yes input,.toggle-no input{visibility: hidden;opacity: 0;  }  
  .toggle-yes,.toggle-no  {display: inline-block;}  

 

 

.highlight-wrap label  {
   border: 1px solid transparent; 
    color: #fff;
    display: inline-block;
    min-width: 170px;
    padding: 5px;
    text-align: center;
    opacity: .5;
    cursor: pointer;
}
.highlight-wrap label:hover{opacity: .8} 
.toggle-yes input[type="radio"] + label  {
  background-color:#068DC2;

}
.toggle-no input[type="radio"] + label  {
  background-color:#AB47BC;
}

.toggle-yes input[type="radio"]:checked + label  {
  opacity: 1;border: 1px solid #fff; 

}
.toggle-no input[type="radio"]:checked + label   {
 opacity: 1;border: 1px solid #fff; 
}

 
.highlight-wrap input[type="radio"] + label ,
.highlight-wrap input[type="radio"]:checked + label  {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}  





.btn-orange,.btn-orange:focus {
    background-color: #FF9907;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}
.btn-orange:hover {
    background-color: #DC8506;
    color: #fff;
}
.dshed-border-2 {
    border-bottom: 1px dashed #e7e7e7;
}
.edit-opt{margin-top: -8px; }
.owl-prev, .owl-next {
    display: none !important;
}
.owl-dot {
    display: none !important;
}
.select-box {
    display: inline-block;
    position: relative;
    font: normal normal 11px/26px Arial, Sans-Serif;
    color: black;
    margin: 0 0 0px;
    width: 100%;
    background: #000;
}
.select-box .s-default {
    background: url(../images/form-arow.PNG) #343434;
    background-repeat: no-repeat;
    background-position: right 2px;
    width: 100%;
    height: 33px;
    border: 0px;
    padding-top: 6px;
    outline: none;
    font-size: 14px;
    padding-left: 7px;
    color: #c6c6c6;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.select-box .s-focused {
    background-color: inherit;
    box-shadow: inherit;
}
 
.form-out {
    margin-top: -178px;
    position: relative;
    z-index: 999;
}

/*.select-box .s-default:after {
    content:"";
    width:0;
    height:0;
    display:block;
    position:absolute;
    top:11px;
    right:10px;
    border:5px solid transparent;
    border-top-color:black;
}*/
.select-box ul {
    margin: 0 0;
    padding: 0 0;
    background-color: white;
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, .4);
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.select-box ul li {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    width: 100%;
}
.select-box ul li a, .select-box ul li span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    font-size: 15px;
}
.select-box ul li a:hover {
    background-color: #39f;
    color: white;
}

/* Disabled options */
.select-box ul li span {
    color: #666;
    font-style: italic;
}
.container-fluid {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    float: left;
}
img {
    outline: none;
}
a {
    outline: none;
    text-decoration: none;
}
::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #ccc;
    font-size: 15px;
}
::-moz-placeholder {

    /* Firefox 19+ */

    color: #999;
    font-size: 15px;
}
:-ms-input-placeholder {

    /* IE 10+ */

    color: #ccc;
    font-size: 15px;
}
:-moz-placeholder {

    /* Firefox 18- */

    color: #444;
    font-size: 15px;
}
.pad_0 {
    padding: 0px;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
}
.clearfix {
    clear: both;
}
.top-line {
    background-color: #fbfbfb;
    height: 0px;
}
.top-sec {
    padding-top: 0px;
    padding-bottom: 10px;
}
.logo-outer {
    width: 30%;
    float: left;
}
.top-tight {
    width: 68%;
    float: right;
    padding-top: 20px;
}
.top_contact {

    /*width: 235px;*/
    float: right;
    margin-right: 38px;
    margin-top: 17px;
}
.phone_icon {
   font-size:16px;
    float: right;
    margin-top: 10px;
}
.top-conttext {
   /*  width: 200px; */
    float: left;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #243c4f;
    font-size: 16px;
    font-weight: normal;
    padding-left: 16px;
}
.top-conttext span {
    color: #353535;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: 5px;
    text-transform: uppercase;
    vertical-align: middle;
}
.top_btn_outer {
    width: auto;
    float: right;
    padding-top: 25px;
}
.top_btn_outer a {
    background: #ab47bc;
    color: #fff;
    text-decoration: none;
    padding: 16px 26px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: all .5s ease-in-out;
}
.top_btn_outer a:hover {
    background: #be208f;
}
.nav-sec {
    padding: 2px 0px;
    border-bottom: 10px solid #f1d9f5;
	
}
/*position: fixed;
z-index: 9999;
*/
/*hover style for text*/
a.menuover {
    position: relative;
    display: inline-block;
}

/* 
a.menuover:before {
color: red;
position: absolute;
left: 50%;
bottom: -2px;
content: "";
width: 0px;
-webkit-transition: all 0.3s;
-ms-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
border-bottom: 1px solid #f8851e;
}
a.menuover:hover:before {
left: 0;
width: 100%;
opacity: 1;
border-bottom-color: #ab47bc;
} */

/*menu style*/

/*Strip the ul of padding and list styling*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

/*Create a horizontal list with spacing*/
li {
    display: inline-block;
    float: none;
    margin-right: 1px;
    padding: 0px 0px;
}
.menu li {
    padding: 0px 12px !important;
}

/*Style for menu links*/
li a {
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #454545;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: all .5s ease-in-out;
    padding: 0 12px;
}

/*Hover state for top level links*/

/*Style for dropdown links*/

li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
    background: #19c589;
    color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}

/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    text-decoration: none;
    color: #fff;
    background: transparent;
    text-align: left;
    padding: 10px 0;
    display: none;
    cursor: pointer;
}

/*Hide checkbox*/
#show-menu {
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
#show-menu:checked ~ #menu {
    display: block;
}

/*Responsive Styles*/
@media screen and (max-width:768px) {

    /*Make dropdown links appear inline*/
    #menu {
        position: static;
        display: none;
    }

    /*Create vertical spacing*/
   #menu li {
        margin-bottom: 1px;
    }

    /*Make all menu links full width*/
    #menu li, #menu li a {
        width: 100%;
    }

    /*Display 'show menu' link*/
    .show-menu {
        display: block;
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        color: #fff;
    }
}
.banner_inner {
    position: relative;
      width: 100%;
    float: left;
    background-position: center;
    background-size: cover;
    min-height: 836px;
}
.form_outer {
    width: 100%;
    border-radius: 5px;
    background: rgba(71, 73, 72, 0.88);
    padding: 0px 30px;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 7px;
    position: relative;
}
.form_outer P {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    padding-top: 38px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    width: 150px;
    float: left;
}
.form_group {
    width: 16.5%;
    float: left;
    margin-bottom: 13px;
    margin-right: 30px;
}

/*.form_group select {
background: transparent;
width: 100%;
height: 30px;
border: 0px;
border-bottom: 1px solid #fff;
outline: none;
font-size: 14px;
}*/
.form_group span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -5px;
    float: left;
    text-transform: uppercase;
    height: 38px;
}

/*.form_group:nth-child(2),
.form_group:nth-child(3),
.form_group:nth-child(4),
.form_group:nth-child(5) {
width: 150px;
float: left;
}*/

/*.form_group:nth-child(3),
.form_group:nth-child(5) {
float: right;
}*/

select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background: url('../images/form-arow.PNG');
    background-position: 97% center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
select#soflow-color {
    background-image: url('../images/form-arow.PNG');
    color: #c6c6c6;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select#soflow-color option {
    height: 35px;
    padding-top: 15px;
    box-shadow: none;
    border: none;
    background: #444;
}
.form_group input[type=submit] {
    width: 160px;
    height: 100%;
    background: #a951b8;
    border: none;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 20px 0px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    border-radius: 3px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}
.form_group input[type=submit]:hover {
    background: #be208f;
}
.top-search {
    width: 88%;
    float: left;
}
.adv-search a {
    font-size: 13px;
    color: #494a4b;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 25px;
    float: left;
    transition: all .5s ease-in-out;
}
.adv-search a:hover {
    color: #f8851e;
}
.banner-text {
    position: absolute;
    right: 0px;
    font-size: 45px;
    color: white;
    text-align: left;
    width: 317px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    left: 92px;
    top: 20%;
}
.banner-text a {
    font-size: 12px;
    color: #fff;
    background: #afadb0;
    padding: 12px 34px;
    border-radius: 4px;
    display:inline-block;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all .5s ease-in-out;
}
.banner-text a:hover {
    background: #ab47bc;
}
.banner-text span {
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
}
.sqr-outer {
    width: 24%;
    display: inline-block;
    min-height: 375px;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    position: relative;
}
.sqr-outer a {
    background: #f8851e;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 50px;
    padding-top: 16px;
    box-sizing: border-box;
    left: 45px;
    border-radius: 4px;
    display: none;
    transition: all .5s ease-in-out;
}
.sqr-outer:hover .overshow {
    display: block !important;
}
.sqr-outer a:hover {
    background: #b82816;
}
.sqr-outer .round {
    width: 170px;
    height: 170px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    padding-top: 50px;
    background: #fff;
    box-sizing: border-box;
}
.sqr-outer p {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    width: 100%;
    line-height: 22px;
}
.sqr-outer:hover {
    background: #454545;
}
.sqr-outer:hover .roundhead {
    color: #fff;
}
.banner-bottom-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.highprofiles {
    padding-top: 00px;
    padding-bottom: 00px;
    /* background: #f8f9fa; */
    background: #FFFF;
}
.highprofiles-head {
    padding-top: 60px;
    padding-bottom: 00px;
    background: #FFFF;
}
.highprofiles-link {
    padding-bottom: 50px;
    /* background: #f8f9fa; */
    background: #ffff;
}
.main-head {
    width: 100%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
}
.highprofiles-outr {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.profile-inner {
    display: inline-block;
    margin-left: 12px;
    background: #fff;
    margin-bottom: 20px;
}
.profile-inner:nth-child(1) {
    margin-left: 0px;
}
.name-id {
    width: 100%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #243c4f;
    font-size: 13px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    padding-top: 5px;
}
.name-id span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #a951b8;
    float: left;
    margin-top: 2px;
    width: 100%;
    margin-bottom: 2px;
}
.highprofiles-outr {
    padding-top: 42px;
}
.forfile-details {
    font-size: 12px;
    color: #243c4f;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.linkouter .profile-view {
    background: #a951b8;
    padding: 14px 55px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 9999;
}
.linkouter .profile-view:hover {
    background: #be208f;
}

.block.btn-pink {
    border-radius: 1px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0;
    padding: 8px;
}
.btn-pink-md{
     background: #a951b8;
    padding: 8px;   
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all .5s ease-in-out;
    cursor: pointer;   
}

.btn-pink-md:hover{
    color: #fff;
    background: #913DA2;
}

.btn-cyan-md{background: #08a5e5;
 padding: 8px;   
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all .5s ease-in-out;
    cursor: pointer;   
    }
.btn-cyan-md:hover{
    color: #fff;
    background:#028BC2;
}



.btn-pink{
     background: #a951b8;
    padding: 14px 55px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 9;
}
.btn-pink:hover{color: #fff;}

.btn-cyan{
     background: #08A5E5;
    padding: 14px 55px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 9999;
}

.btn-indigo,.btn-indigo:focus{
     background:#7200FF;
    padding: 14px 55px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 9999;
}
.btn-indigo:hover{
    color: #fff;
    background: #5914B0;
}

.btn-indigo-md{
     background:#7200FF;
    padding: 8px;   
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all .5s ease-in-out;
    cursor: pointer;   }

.post-btn{
    margin-top: 180px;
}



.sml-btn.btn-pink{ padding: 9px 35px;}
 

.btn-pink:hover {
    background: #be208f;
}
.linkouter {
    width: 100%;
    float: left;
    text-align: center;
}
.linkouter1 {
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: -24px;
    left: 0;
}
.slidertopstrip {
    background: #8e44ad;
    padding-top: 80px;
    padding-bottom: 65px;
    background-position: center;
    background-size: cover;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.online {
    width: 12px;
    height: 12px;
    background: #00ff00;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -8px;
    z-index: 9999;
    position: relative;
    border: 2px solid #fff;
}
.message-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e8ebed;
}
.message-inner {
    width: 47%;
    display: inline-block;
    border: 5px solid #ebebeb;
    margin-right: 4%;
    background: #fff;
    min-height: 276px;
    border-radius: 16px;
    padding-right: 22px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.message-img {
    width: 170px;
    height: 182px;
    float: left;
}
.message-img img {
    width: 243 px;
}
.message-text {
    width: auto;
    float: right;
    font-weight: 600;
    font-size: 24px;
    color: #a951b8;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding-top: 45px;
    padding-right: 26px;
    text-align: right;
    line-height: 24px;
}
.message-inner {
    margin-right: 0px;
}
.message-inner:nth-child(2) {
    margin-right: 0px;
    float: none;
}
.message-inner p {
    float: right;
    text-align: right;
    padding-right: 20px;
    color: #9a9a9a;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    width: 50%;
}
.message-inner a {
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    float: right;
    margin-right: 5px;
    margin-top: 0px;
    border: 1px solid #9a9a9a;
    padding: 11px 20px;
    border-radius: 4px;
    color: #a951b8;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.message-inner a:hover {
    background: #a951b8;
    border: 1px solid #a951b8;
    color: #fff;
}
.app-sec {
    background: #e8ebed;
    padding-top: 4 0px;
    padding-bottom: 0px;
    background-size: cover;
    min-height: 471px;
    padding-top: 25px;
}
.mobile-oter {
    display: inline-block;
    vertical-align: middle;
    right: 24px;
    float: none;
    position: absolute;
}
.app_text p {
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}
.app_text {
    font-size: 35px;
    float: none;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #454545;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 35px;
}
.apptext-2 {
    font-size: 27px;
    margin-top: 15px;
    font-weight: 500 !important;
}
.mobile-oter img {
    width: 100%;
    margin-top: 2px;
    float: left;
}
.gallery-sec {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.gallery-sec1 {
    background: #f1f2f2;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}
.gallery-sec2 {
    background:;
    background-image: url(../images/more_stories_bg.jpg);
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 68px;
}
.gallery-sec span {
    width: auto;
    float: left;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: left;
}
.gallery-icon {
    display: inline-block;
    width: 33%;
    transition: all .5s ease-in-out;
}
.gallery-sec span:nth-child(2) {
    padding-top: 19px;
    padding-left: 28px;
}
.gallery-icon:hover .glryover {
    color: #F00;
}
.footer-sec {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #0b0059;
}
.footer-1 {
    width: 20%;
    float: left;
}
.footer-2 {
    width: 30%;
    float: left;
}
.footer-in {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.footer-in a {
    color: #a3a2a2;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: all .5s ease-in-out;
}
.footer-in a:hover {
    color: #ab47bc;
}
.footerhead {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 18px;
    float: left;
    letter-spacing: 1px;
}
.footerhead-2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-bottom: 18px;
    font-size: 18px;
    float: left;
    letter-spacing: 1px;
    width: 106px;
}
.footer-2 input[type=email] {
    width: 84%;
    background: #6b6b6b;
    height: 42px;
    border: 0px;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
    outline: none;
    color: #fff;
}
.footer-2 span {
    height: 42px;
    width: 51px;
    background: url('../images/newsletterbtn.png');
    border: 0px;
    outline: none;
    cursor: pointer;
    float: left;
}
.newaletrouter {
    width: 100%;
    float: left;
    border-bottom: 1px solid #525252;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.payment {
    float: left;
    padding-top: 5px;
}
.social-sec {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.socialinnerfb {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    width: 22%;
    display: inline-block;
}
.socialinnerfb a {
    color: #3b5998;
}
.socialinnerfb i {
    font-size: 37px;
    float: left;
}
.socialinnerfb span {
    float: left;
    margin-top: 10px;
    padding-left: 15px;
}
.socialinnerttr {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #1da1f2;
    width: 22%;
    display: inline-block;
}
.socialinnerttr a {
    color: #1da1f2;
}
.socialinnerttr i {
    font-size: 37px;
    float: left;
}
.socialinnerttr span {
    float: left;
    margin-top: 10px;
    padding-left: 15px;
}
.socialinnerg {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #dc4a38;
    width: 22%;
    display: inline-block;
}
.socialinnerg a {
    color: #dc4a38;
}
.socialinnerg a,
.socialinnerfb a,
.socialinnerttr a,
.socialinneryou a
{ transition: all ease-in-out .2s;}
.socialinnerg a:hover,
.socialinnerfb a:hover,
.socialinnerttr a:hover,
.socialinneryou a:hover
{color: #ccc;}


.socialinnerg i {
    font-size: 37px;
    float: left;
}
.socialinnerg span {
    float: left;
    margin-top: 7px;
    padding-left: 15px;
}
.socialinneryou {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    width: 22%;
    display: inline-block;
}
.socialinneryou a {
    color: #d82423;
}
.socialinneryou i {
    font-size: 37px;
    float: left;
}
.socialinneryou span {
    float: left;
    margin-top: 7px;
    padding-left: 15px;
}
.botom-sec {
    background-color: #0b0059;
    padding-top: 60px;
    padding-bottom: 30px;
}
.fotter-services {
    width: 100%;
    float: left;
}
.fotter-services span a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #8a8989;
    letter-spacing: .5px;
    border-right: 1px solid #8a8989;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 8px;
    float: left;
}
.fotter-services span a:hover {
    color: #ab47bc;
}
div.orbit img {
    width: 100% !important;
    float: left;
    min-height: 500px;
}
.orbit {
    width: 100% !important;
    min-height: 415px !important;
}
.slider-nav {
    display: none !important;
}
.pause {
    display: none !important;
}
div.timer {
    display: none !important;
}
div.caption {
    height: 320px;
    width: 324px;
    top: 90px;
    right: 165px;
    background: #fff;
    padding-left: 45px;
}
.banner-text1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #243c4f;
    letter-spacing: .5px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
}
.banner-text2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #bf1d0a;
    letter-spacing: .5px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 15px !important;
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
}
.banner-text3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #454545;
    letter-spacing: .5px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 0px !important;
    margin-bottom: :15px !important;
    width: 100%;
    text-align: left;
}
.banner-btn {
    width: 220px;
    background: #f8851e !important;
    height: 60px !important;
    float: left;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 22px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-shadow: none;
    border-right: 4px;
    margin-top: 15px;
    margin-left: 32px;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: -24px;
    z-index: 9999;
}
.banner-btn:hover {
    background: #bf1d0a;
}
.orbit-bullets {
    top: inherit;
    bottom: 0px;
    display: inline-block;
    text-align: center;
    display: none;
    display: none;
}
.orbit-bullets li {
    float: none;
    display: inline-block;
    width: 25px;
    display: none;
}

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider a img {
    outline: none;
    border: none;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flex-direction-nav {
    display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* Theme Styles */
.flexslider {
    position: relative;
    zoom: 1;
    background: #f8f9fa;
}

/* Edit it if you want */
.flex-container {
    min-width: 150px;
    max-width: 100%;
}
.flexslider .slides {
    zoom: 1;
}

/* Control Nav */
.flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
}
.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #b6b6b6 \9;
    padding: 0px;
    background: #a4a4a4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
    -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
    box-shadow: inset 0 0 0 2px #b6b6b6;
}
.flex-control-paging li a.flex-active {
    background-color: #454545;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.strog-bg {
    background-color: #ff2ec9;
    padding-left: 5%;
    padding-right: 5%;
    z-index: 999;
    position: relative;
}
.line {
    width: 100%;
    height: 3px;
    background-color: #a951b8;
    float: left;
    margin-top: -19px;
    position: relative;
    z-index: 0;
}
label.show-menu {
    background: #ab47bc;
}
.menu-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    float: right;
    font-size: 17px;
    margin: -1px 15px 0;
    padding: 1px 10px;
    display: none;
}
.menu-btn:hover {
    background: #fff none repeat scroll 0 0;
    color: #ab47bc;
}
.pagination > li {
    display: table-cell!important;
}
.chk-lb {
    float: left;
    margin: 4px 10px 0 0;
}
.outer-wrapper {
    background: #fff;
    border-top: 35px solid #AB47BC;
    border-radius: 3px;
    margin: 50px 0;
    padding: 60px 20px;
}
.outer-wrapper.bod-lg {
    border-top: 85px solid #AB47BC;
}
.outer-wrapper .row-mm{
    margin-left:-20px;
    margin-right:-20px;
}


.frame-outer{
    padding: 60px;
}
.m-group{ margin-bottom: 25px; }
.m-group label{
/*    color: #B2B2B2*/
        color: #312d2d;
}
.m-group .m-wrap {
    background: #e2dfdf ;
    border: medium none;
    color: #333;
    font-size: 16px;
    height: 62px;
    padding-left: 10px;
    width: 100%;
}
.m-group .m-wrap.white {
    background: #fff ;}
.m-group textarea.m-wrap {
    height: auto;
}
.m-group .input-group-addon {
    background: #f1f2f2;
    border: none;
    color: #aaaaaa;
}

.outer-box-wrap{
    margin:20px 0 30px;
}
.bx-wrp{
    background: #fff;
    padding: 20px;
    border: 1px solid #AB47BC;
    border-radius: 2px;
    margin: 20px 0;
}
.bx-wrp.active,
.bx-wrp:hover{
    background: #AB47BC;
    color: #fff;
    cursor: pointer;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 15px;
}

.bootstrap-tab {
    display: inline-block;
    margin-bottom: 60px;
}

.bootstrap-tab  .nav-tabs > li { 
    width: 33%;
}

.bootstrap-tab .nav-tabs > li > a {
    background: #f5f5f5 ;
    border: medium none !important;
    color: #dfdfdf;
    font-size: 18px;
    padding: 25px 0;
}

.bootstrap-tab  .nav-tabs > li.active > a,
.bootstrap-tab  .nav-tabs > li > a:hover{
 background: #fff;
 color: #08A5E5;
 
}
.bootstrap-tab  .tab-content
{
    background: #fff;
    float: left;
    width: 100%;
}
.bootstrap-tab  .nav-tabs
{
    border: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.bootstrap-tab-2 {
    background: #ecebeb;
}
.bootstrap-tab-2  .nav-tabs > li { 
    width: 50%;
    margin: 0;
}

.bootstrap-tab-2 .nav-tabs > li > a {
    background: #ECEBEB ;
    border: none !important;
   color: #808080;
    font-size: 14px;
    padding: 18px 0 18px 35px;
    text-align: left;
    margin: 0;

}

.bootstrap-tab-2  .nav-tabs > li.active > a,
.bootstrap-tab-2  .nav-tabs > li > a:hover{
 background: #be208f;
 color:#3A3A3A; 
}
.bootstrap-tab-2 .tab-content{
    padding:20px 10px 25px 35px;
}

.row-wrap .row-wrap-inner{
margin-left: 50px;
}

.row-wrap {
    margin: 30px 0 50px;
}

.tab-content-inner{padding: 50px;}
.Delete_button.btn-big, .interest_button.btn-big {
    font-size: 17px;
    padding: 18px 40px;
}

.search-container{
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.search-container .m-wrap
{
    height: 50px;
}

 .acc-wrap > .acc-link {
    border-bottom: 1px dashed #cbcbcb;
    color: #00bff3;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    background:rgba(0, 0, 0, 0) url("../images/acc-icon.png") no-repeat right top 4px;
}
.acc-wrap .active.acc-link{
 background:rgba(0, 0, 0, 0) url("../images/acc-icon.png") no-repeat right top -38px;
}
 .acc-wrap > .acc-link:hover {
    color: #E0009E
}
.acc-collapse{
    display: none;
}
 .modal{z-index: 9999;}
 .m-modal{
    border-top: 50px solid #AB47BC;
    padding: 30px; 
 }
 .modal .close{
    opacity: 0.8;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 10px;
    z-index: 999;
}
hr.white-line{border-color: #fff; }
.input-group.m-group .form-control{

    box-shadow: none!important;
    background: #fff;
    border: none;
    height: 60px;
}
 
.input-group.m-group .input-group-btn .btn {
   background: #AB46BC;
    border: medium none;
    color: #fff;
    font-size: 18px;
    padding: 17px 20px;
    border-radius: 0;
}
.img-cover{
    position: relative;
}
.img-cover img {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
}
.img-cover .dates {
    position: absolute;
    top: 20px;
    right: 0;
    background: #a951b8;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px;
}

.table-1 {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px !important;
    overflow-x: auto;
}

.table-1 .table > thead > tr > th,
.table-1 .table > tbody > tr > td
 {
    border-bottom: 1px solid #eee;
    padding: 30px;
    vertical-align: middle;
}
.table-1 .table > thead {
background: #08A5E5;
color: #fff;

}

.table-1 .table tbody tr td:nth-child(even) {
    background: #F7F7F7;
}
.table-1 .table tr:hover td{
    background: #ddd!important;
} 
.img-max{max-width: 100%;}

.common-search{margin-top: 113px;}
.acc-list > li {   
    display: block;

}
.acc-list > li .link-head
{ background: #fff url("../images/acc-icon-2.png") no-repeat scroll right 30px top 18px ;
    border-bottom:2px solid #f1f2f2;
    text-align: left;
    padding: 20px;
    font-weight: 600;
    color:#828282;
    transition:none;
    cursor: pointer;
    margin: 0;
}

.acc-list > li .link-head:hover
{
    background:#E8EAEA url("../images/acc-icon-2.png") no-repeat scroll right 30px top 18px ;
     
}
.acc-list > li.active .link-head{
    background: #DC5CF2   url("../images/acc-icon-2.png") no-repeat scroll right 30px top -30px;
    color: #fff;
}
.bg-head {
    background: #D2CED2;
    color: #fff;
    font-size: 18px;
    padding: 20px 0 20px 35px;
}
.acc-content {
    background: #b3b0b0;
    display: none;
    margin: 0;
    padding: 16px 0 16px 50px;
    text-align: left;
}


#profileThumb{overflow: hidden;} 
 #profileThumb .flex-direction-nav{
    display: inline-block;
    
}


#profileThumb  .slides img{opacity: .5; height: auto;}
/* #profileThumb  .slides li{margin-right:18px;} */

#profileThumb  .slides img:hover,
#profileThumb  .slides  .flex-active-slide img{opacity: 1}

#profileThumb .flex-direction-nav .flex-prev:before,
#profileThumb .flex-direction-nav .flex-next:before  {
    color: rgba(0, 0, 0, 0.8); 
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
}
#profileSlider .slides li{
    position: relative;
}
#profileSlider .slides li img{height: auto;}

#profileSlider .slides li .icon_top{
    right: 20px;
    top: 25px;
}

#profileThumb .flex-direction-nav .flex-prev:before {    
    content: "\f104";
} 
#profileThumb .flex-direction-nav .flex-next:before {    
    content:"\f105";    
} 


#profileThumb .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
#profileThumb .flex-direction-nav .flex-prev {
    left: -50px;
    text-align: right;
}

#profileThumb:hover .flex-direction-nav .flex-prev {
    left: 10px;
    opacity:1;
}
 
#profileThumb:hover .flex-direction-nav .flex-next {
    opacity:1;
    right: 10px;
}


#profileThumb .flex-direction-nav a {
    
    cursor: pointer;
    display: block;
    height: 27px;
    overflow: hidden;
    position: absolute;
    top:0;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 99;

    top:-90px;
}

.list-menu {
    float: right;
    width: auto;
}

.list-menu li a {
    font-size: 28px;
    padding: 4px;
    color: #ddd;
}

.list-menu li a.active,
.list-menu li a:hover {
      color:#AB47BC;
}
.profile-list1 {
    text-align: left;
    display: none;
}
.profile-list1 li {
    background: #fff;
    display: inline-block;
    margin:0 9px 55px 0;
    width: 180px;
    max-width: 100%;
    vertical-align: top;
}
.profile-list1 li:hover{
    box-shadow:0 0 5px rgba(0, 0, 0, 0.26);
} 
.profile-info{
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    line-height:    1.7;
}
.filter-wrapper{
    margin-top: 102px;
}

.pdf-frame{

width: 100%;
min-height: 900px;
}

.info-wrap{
    border:1px solid #DCDDDD;
    margin-top: 60px;
     
}
.info-wrap h4 {
    background: #f1f2f2;
    color: #ab47bc;
    font-size: 14px;
    font-weight: 600;
     
    padding: 6px 0 6px 30px;
}

.sp-group{
    margin-top: 100px;
}
.sp-btn1 {
    background: #08a5e5;
    color: #fff;
    display: inline-block;     
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto;
    padding: 6px 10px;
    min-width: 150px; 
     opacity: .7; 
    
}

.sp-btn2 {
    background: #7200ff;
    color: #fff;
    display: inline-block;     
    font-size: 14px;
    font-weight: bold;
    margin: 10px auto;
    padding: 6px 10px;     
    min-width: 150px;
    opacity: .7;
}
.sp-btn2:hover,.sp-btn1:hover,
.sp-btn2:focus,.sp-btn1:focus {
    opacity: 1;
    color: #fff;
    cursor: pointer;
}
.card-img-wrap{
    width: 230px;
    min-height: 225px;
    max-width: 100%;
    border-radius: 100%;
    overflow: hidden;
    background: #ddd;

}

.card-img-wrap img{
    width: 100%;
    height: 100%;
}

.card-img-wrap-testimonial {
    width: 230px;
    min-height: 225px;
    max-width: 100%;
    border-radius: 100%;
    overflow: hidden;
    background: #ddd;
}

.card-img-wrap-testimonial img{
    width: 100%;
    height: 100%;
}

.profile-outer{
    background: #fff;
    border-radius: 3px;
    padding: 50px;
    margin-top: 50px;
}

.right-wrap{
    margin: 0px 0 0 25px;

}

.spt{display: inline-block;
width: 50px;
height: 50px;
border-radius: 100%;

}

.icon-1{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat 2px 3px;
}

.icon-2{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat -54px 3px;
}

.icon-3{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat -113px 1px;
}

.icon-4{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat -170px 0px;
}

.icon-5{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat -217px 2px;
}


.icon-6{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat -256px 1px;
}


.icon-7{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat -305px 1px;
}

.icon-8{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat -55px -45px;
}

.icon-9{
    background:#f1f2f2 url("../images/sprite-img.png") no-repeat 0 -45px;
}

.icon-10{
	 background:#f1f2f2 url("../images/sprite-img.png") no-repeat -54px -45px;
}

.icon-11{
	 background:#f1f2f2 url("../images/sprite-img.png") no-repeat -2px -45px;
}


.ls-wraper{
    margin-left: 60px;
    margin-top: 5px;
}
 
 .img-wrapper{
    width: 235px;
    height: 265px;
    max-width: 100%; 
    overflow: hidden;
}

.img-wrapper img {
    min-height: 100%;
    min-width: 100%;
}

.upload-btn,.upload-btn:focus {
    background: #ab47bc;
    padding: 15px 5px;
    width: 235px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.upload-btn:hover{
    color: #fff;
    background: #913DA2;
}
.progress-wrap{
    width: 210px;
    height: 30px;
    background: #ccc;
    border-radius: 2px;
     vertical-align: middle;
     display: inline-block;
}
.progress-bar{
   height: 100%;
   width: 60%;
   background: #08A5E5;
}
.match-profile{padding:20px 80px;}
.match-profile .owl-carousel .owl-nav .owl-next, 
.match-profile .owl-carousel .owl-nav .owl-prev {
   
    display: inline-block!important;
     background: transparent;
    color: #333; 
    left: -55px;
    position: absolute;
    top: 50%;
}

.match-profile .owl-carousel .owl-nav .owl-next 
{
    right: -55px;  
    left:auto;
    position: absolute;
    top: 50%;
}

.round-img{
    width: 110px;
    height: 110px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}
.round-img.img-lg{
    width: 150px;
    height: 150px;    
    /* max-width: 100%; */
}

.round-img.img-lg img{
    min-width: 150px;
    min-height: 150px;
    max-width: 100%;
    
}
.round-img img{
    min-width: 110px;
    min-height: 110px;
    
}
.opt-menu .ttl{
    background: #D2CED2;
    padding: 20px 0 20px 10px; 
}
.menu-lst > li {
    display: block;
}
.menu-lst > li a{
    padding: 20px 0;
    border-top:1px solid #E8E8E8; 
    text-align: center;
    color: #333;
}
.menu-lst > li:first-child a{
    border: none;
}
.menu-lst > li a:hover{
    color: #08A5E5!important;
}
#advanced-search{display: none;}
#id-search{display: none;}

#keyword-search{display: none;}

.magazine_innerbottom .m-group{
    display: none;
}
.edit-mode  .edit-content{
    display: none;
}

.edit-mode.magazine_innerbottom .m-group{
    display: block;
}
.edit-btn{position: absolute;top: 10px; right: 10px;}
.highlight-wrap{
    background: #FF9907;
    min-height: 80px;
    position: relative;
    padding: 24px 0 10px 230px;
}



.highlight-wrap .highlight-img{
    left: 160px;
    position: absolute;
    top: 0;
}
.highlight-profile{
    position: relative;
    border-top: 5px solid #FF9907;
}
.highlight-profile .highlight-img2{
    right: 20px;
    position: absolute;
    top: -5px;
    z-index: 9;
}


.bootstrap-side-tab {overflow: hidden;}
.bootstrap-side-tab .nav{
width: 300px;
max-width: 100%;
float: left;
}

.bootstrap-side-tab .nav li{
display: block;

}
.bootstrap-side-tab .nav li a{
display: block;
padding: 25px;
background: #E0E0E0;
margin-bottom: 2px;
color: #fff;
text-align: left;
}

.bootstrap-side-tab .nav li a:hover,
.bootstrap-side-tab .nav li.active a{
    background: #fff;
    color: #000;
}
.bootstrap-side-tab .tab-content {
    background: #fff none repeat scroll 0 0;
    margin-left: 299px;
    padding: 50px;
}

.add-photo,.add-photo:focus {
    background: #7200ff none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    padding:15px 20px;
    width: 600px;
}
.add-photo:hover {
    background:#5400BE;
    color: #fff;
     
}
.img-list {
    margin-top: 30px;
}

.img-list > li {
    margin: 0 12px;
}
.img-list li a{
    color: #333;
}
.img-list li a:hover{
    color: #08a5e5;
}
.img-list .img-bod {
    border: 1px solid #9f9f9f;
    height: 179px;
    overflow: hidden;
    position: relative;
    width: 179px;
}
.img-list .img-bod img{
    max-width: 100%;
    max-height: 100%;    
    min-width: 100%;
    min-height: 100%;
}
.img-list .img-bod a{padding: 0; display: inline;}
.img-list .pt-ttl {
    bottom: 20px;
    color: #fff;
    position: absolute;
    width: 100%;
    text-shadow: 0 0 2px #000;
}

.img-list .pt-ttl > span {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #08a5e5;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-shadow:none;
}

.form-wrap{
    background: #F4F4F4;
    padding: 50px;
    border: 1px solid #e6e6e6;
}

.info-outer{float: left; width: 100%;}
 .info-outer.edit .info-content{
    display: none;
}


.info-outer .info-edit{
    display: none;
}


.info-outer.edit .info-edit{
    display: block;
}  

.pkg-table-head{
    background: #AB47BC;
     padding: 30px 0;
}
.pkg-table-foot {
    background: #bebebe none repeat scroll 0 0;
    font-size: 18px;
    padding: 30px 10px;
}
.colm-1,
.colm-2,
.colm-3{
    min-height: 190px;
    display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.colm-2{background:#fff;}
.colm-3{background:#ECECEC;}

.colm-1:after {
    border-bottom: 15px solid transparent;
    
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    left: 99.9%;
    position: absolute;
    top: calc(50% - 15px);
    width: 0;
    z-index: 9;
}
.rows1,
.rows2,
.rows3,
.rows4 {
   border-bottom: 3px solid #F1F2F2;
   transition: all  ease-in-out .3s;
  -webkit-transition: all  ease-in-out .3s;
}
.colm-3{
    transition: all  ease-in-out .3s;
  -webkit-transition: all  ease-in-out .3s;
    
}

.selected-row {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
    transform: scale(1.03);
    z-index: 9;
}

.rows1 .colm-1{
    background: #D4E31A;
    color: #fff;
    z-index: 9;
}
.rows1:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
    transform: scale(1.03);
    z-index: 9;
}
.rows1:hover .colm-3{
 background: #D4E31A;
}

.selected-row.rows1 .colm-3{
    background: #D4E31A;    
}
.rows1 .colm-1:after {
    border-left: 15px solid #d4e31a;
}

.rows2 .colm-1{
    background: #36CCCB;
    color: #fff;
}
.rows2:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
    transform: scale(1.03);
    z-index: 9;
}
.rows2:hover .colm-3{
 background: #36CCCB;
}
.selected-row.rows2 .colm-3{
    background: #36CCCB;    
}

.rows2 .colm-1:after {
    border-left: 15px solid #36CCCB;
}

.rows3 .colm-1{
    background: #F8AE41;
    color: #fff;
}
.selected-row.rows3 .colm-3{
    background: #F8AE41;    
}
.rows3 .colm-1:after {
    border-left: 15px solid #F8AE41;
}
.rows3:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
    transform: scale(1.03);
    z-index: 9;
}
.rows3:hover .colm-3{
 background: #F8AE41;
}
.rows4 .colm-1{
    background:#F04D4E;
    color: #fff;
}
.selected-row.rows4 .colm-3{
    background: #F04D4E;    
}

.rows4 .colm-1:after {
    border-left: 15px solid #F04D4E;
}
.rows4:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
    transform: scale(1.03);
    z-index: 9;
}
.rows4:hover .colm-3{
 background: #F04D4E;
}
.rows5 .colm-1{
    background: #4D70F0;
    color: #fff;
}
.selected-row.rows5 .colm-3{
    background: #4D70F0;    
}

.rows5 .colm-1:after {
    border-left: 15px solid #4D70F0;
}
.rows5:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
    transform: scale(1.03);
    z-index: 9;
}
.rows5:hover .colm-3{
 background: #4D70F0;
}

.white-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    color: #333;
    display: inline-block;
    font-size: 18px;
    margin: 5px 0;
    padding: 10px;
    width: 200px;
}

.text-wrapper{
    background: #fff;
    padding: 10px 10px 10px 70px;
    border-radius:3px;
    position: relative; 
    overflow: hidden;
}
.text-wrapper:after {
    background: #ececec;
    bottom: 0;
    content: "";
    left: -20px;
    position: absolute;
    top: 0;
    transform: skew(-20deg);
    width: 70px;
}

.text-wrapper span {
    left: 18px;
    position: absolute;
    top: 10px;
    z-index: 9;
}

.ac-info{
    border:1px solid #ccc; 
    background: #fff;
    margin-top: 70px;
}

.ac-info .col-md-4
{
     border-right:1px solid #ccc; 
     display: flex;
      align-items: center;
    justify-content: center;
     min-height: 420px;
}
.match-table{
    padding: 20px 0;overflow-y: auto;
}
.match-table table{width: 100%; min-width: 750px;}
.match-table table tr th{text-align: center;}
.match-table table > thead > tr > th{
    padding:30px 0 !important;
}

.match-table table > thead > tr > th, 
.match-table table > tbody > tr > th, 
.match-table table > tfoot > tr > th, 
.match-table table > thead > tr > td, 
.match-table table > tbody > tr > td, 
.match-table table > tfoot > tr > td{
    border: none;
    font-weight: normal;
    padding: 15px 5px;
    width: 33.3%;
}
.match-table table > thead > tr > th:first-child, 
.match-table table > tbody > tr > td:first-child{
padding-left: 50px!important;
text-align: left;
}

.match-table table > thead > tr > th:last-child, 
.match-table table > tbody > tr > td:last-child{
padding-right: 50px!important;
text-align: right;
}

.match-tick {
    background: #08bf04;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    line-height: 24px;
    width: 25px;
    text-align: center;
}
.mute.match-tick {
    background: #d4d4d4;

}
.match-table table tbody tr:nth-child(odd) td{
    background: #f9f9f9;
}

.match-profile .profile-img {
    height: 200px;
    max-width: 100%;
    overflow: hidden;
}
 
.match-profile .profile-img img{
    min-height: 100%;
    min-width: 100%;
 
}

#profileThumb ul.slides li{max-height: 120px; max-width: 130px; overflow: hidden;}
#profileSlider ul.slides li{max-height: 400px; overflow: hidden;}
.highprofiles-outr .profile-img {
    height: 220px;
}

.drop-down-menu > ul{
    display: block;
    text-align: left;
}


.drop-down-menu > ul >li{
    display: inline-block;
    position: relative;
}
.drop-down-menu > ul >li>a{
    display: inline-block;
    padding: 10px 15px ;
    background: #fff;
}


.drop-down-menu > ul .submenu {
    background: #fff;    
    left: 0;
    min-width: 300px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: auto;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
     z-index: 9999;
}
.drop-down-menu > ul li.open-menu .submenu {
    display: inline-block;
}

.drop-down-menu > ul .submenu li a{
 display: inline-block;
    padding: 10px 15px ;
    width: 100%;
    text-align: left;
    line-height: 1.4;
     height: auto;
     background: #fff;
     border-bottom: 1px solid #f5f5f5;
}

.drop-down-menu > ul .submenu li a:hover{
    background: #B259C2;    }

.menu-backdrop{position:fixed;
left: 0;right: 0;bottom: 0;top: 0;z-index: 999;} 

.editor-content ul {    
    text-align: left;
     list-style-type: disc!important; 
     list-style:disc; 
}
 .editor-content ul ul{    
    display: inline-block;
    text-align: left;
}
 
.editor-content ul li{
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 5px;
     list-style-type: disc!important; 
     list-style:disc; 
     display: list-item;
}
 

.profile-outer .highlight-profile .highlight-img2{
    right: auto;
    left: 20px;
}


.banner-slider .flex-direction-nav {
    display: block;
    position: absolute;
    top: calc(50% - 80px);
}
.banner-slider .flex-prev,
.banner-slider .flex-next {
     font-size: 50px;
      position: absolute;
      opacity: .5;
}
.banner-slider .flex-prev:hover,
.banner-slider .flex-next:hover {
opacity: 1;
color: #AE45AE;
}
.banner-slider .flex-prev {   
    left: 1%;   
}

.banner-slider .flex-next {     
    right: 1%;    
}













/* //////////////media query start here////////// */
@media only screen and (max-width:1200px) {
		.top_btn_outer a {

    background: #ab47bc;
    color: #fff;
    text-decoration: none;
    padding: 16px 26px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: all .5s ease-in-out;

}
    .form_outer {
        margin-left: 0px;
    }
    .mobile-oter {
        position: relative;
    }
    .app-sec {
        text-align: center;
    }
    .adv-search a {
        margin-left: 15px;
    }
    .sqr-outer a {
        width: 100%;
        left: 0px;
    }
    .message-sec {
        text-align: center;
    }
    .gallery-sec span:nth-child(2) {
        padding-top: 33px;
        padding-left: 10px;
        font-size: 23px;
    }
    .footer-2 input[type=email] {
        width: 78%;
    }
    .footerhead-2 {
        width: 100%;
    }
    div.caption {
        top: 58px;
        bottom: 0px;        /*height: 100% !important;*/
        right: 5px;
        background: rgba(255, 255, 255, 0.92);
    }
    .logo-outer img {
        width: 100%;
    }
    .top-tight {
        padding-top: 0px;
    }
}
@media only screen and (max-width:1090px) {
    .logo-outer {
        width: 30%;
    }
    div.caption {
        top: 0px;
        height: 100% !important;
    }
}
@media only screen and (max-width:992px) {
    .gallery-icon {
        width: 447px;
    }
    .slider > img {
        width: 100%;
        height: 366px;
    }
    .form_outer {
        margin-left: 0px;
    }
    .top_contact {
        float: none;
    }
    .logo-outer {
        width: 100%;
        text-align: center;
    }
    .logo-outer img {
        width: 521px;
    }
    .top-tight {
        width: 100%;
        padding-bottom: 15px;
    }
    li {
        margin-right: 0px;
        padding: 0px 0px;
    }
    li a {
        font-size: 13px;
        padding: 0 8px;
    }
    .banner-text {
        right: 15px;
    }
    .sqr-outer {
        width: 49%;
        margin-bottom: 20px;
    }

    /*    .profile-inner {
        width: 22%;
    }*/
    .message-sec {
        text-align: center;
    }
    .message-inner {
        width: 450px;
        margin-bottom: 15px;
    }
    .footer-2 input[type="email"] {
        width: 76%;
    }
    .gallery-icon {
        display: inline-block;
        width: 496px;
    }
    .form-out .container {
        width: 100%;
    }
    .form-out {
        margin-top: 0px;
        position: relative;
        z-index: 999;
    }    
    .common-search {
    margin: 10px 0 20px;
}
.bootstrap-side-tab .nav{width: 100%;}

.bootstrap-side-tab .tab-content{width: 100%;
    margin:20px 0 0; float: left;}



}
@media only screen and (max-width:768px) {
	.button {
    background-color: #ab47bc;
    border: none;
    color: white;
    padding: 9px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 3px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 15px 15px;
    float: left;
}
	
	.top_btn_outer {
    width: auto;
    float: right;
    padding-top: 25px;
    margin-right: 77px;
}
	.top_contact {

    /*width: 235px;*/
 float: right;
margin-right: 214px;
margin-top: 21px
}
	.phone_icon {
   font-size:16px;
    float: left;
    margin-top: 10px;
}
	
	.gallery-sec {
    background: #fff;
    padding-top: 117px;
    padding-bottom: 0px;
    text-align: center;
}
	
	.form_group input[type="submit"] {
    width: 60px;
    height: 100%;
    background: #a951b8;
    border: none;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    padding: 6px 0px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    border-radius: 3px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
}
	
	
	
	.banner-text span {
    font-style: italic;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
	}
	
	.top_btn_outer a {

    background: #ab47bc;
    color: #fff;
    text-decoration: none;
    padding: 16px 14px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: all .5s ease-in-out;

}
    .m-t-rsp{margin-top: 10px;}
    .m-t-xs{margin-top: 10px;}
    .m-b-xs{margin-bottom: 10px;}
    .no-float-xs{float: none;}
    .rsp-align-right{text-align: center;}
.memberslist_bottom .fc-btn { display: block; float: none !important; margin: 10px 0 !important; text-align: center; width: auto; }
.memberslist_bottom  .m-group { float: none !important; }
.gallery-sec span { font-size: 16px !important }
.pl-btn  .fc-btn-2 { display: block; float: none !important; margin: 20px 0 !important; width: 100%; }
.m-label { display: inline-block; width: calc(100% - 80px); }
.progress-wrap { width: 100%; }
.gallery-sec .gallery-icon { width: 100%; text-align: center }
.bootstrap-tab-2 .nav-tabs > li { width: 100%; }
.view_time { float: left !important; margin: 10px 0 !important; width: 100%; }
.highlight-wrap .highlight-img{left: 5px;}
.highlight-wrap{padding-left: 100px;}
.colm-1:after{content: none;}
    .menu-btn {
        display: block;
    }
    #menu {
        background: #ab22c5;
    }
    #menu li a {
        border-bottom: 1px solid #ab47bc;
        margin: 0;
        padding: 11px 20px;
        text-align: center;
    }
    #menu li a:hover {
        background: #8f1ba6 none repeat scroll 0 0;
    }
    .form_group {
        width: 100%;
    }
    .top-search {
        width: 100%;
    }
    .form_group input[type="submit"] {
        position: relative;
        width: 100%;
    }

    .banner_inner {
        min-height: 440px;
    }
    .banner-text {
        bottom: 100px;
    }
    .slides {
        display: block !important;
    }
    .app-sec {
        padding-bottom: 20PX;
    }
    div.caption {
        top: 0px !important;
        height: 100% !important;
        width: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }
    .banner-btn {
        bottom: 32px;
    }
    .banner-text {
        display: block;
    }
    .logo-outer {
        width: 100%;
        float: left;
        text-align: center;
    }
    .top-tight {
        width: 100%;
    }
    li a {
        text-align: left;
        padding-left: 26px;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 600;
    }
    li:Hover a {
        color: #fff;
    }
    .nav-sec {
        padding: 5px 0px;
    }

    /*    .profile-inner {
        width: 26%;
    }*/
    .message-inner {
        width: 450px;
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .gallery-icon {
        display: inline-block;
        width: 60%;
        margin-bottom: 23px;
    }
    .footer-2 {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
    .footer-1 {
        width: 24%;
        float: left;
    }
    .socialinnerttr {
        width: 200px;
        margin-bottom: 15px;
    }
    .socialinnerg {
        width: 200px;
        margin-bottom: 15px;
    }
    .socialinnerfb {
        width: 200px;
        margin-bottom: 15px;
    }
    .socialinneryou {
        width: 200px;
        margin-bottom: 15px;
    }
    div.orbit img {
        min-height: 434px;
    }
    div.caption {
        top: 48px;
    }
    .flexslider .slides img {
        height: auto;
    }

.bootstrap-tab .nav-tabs > li {
    width: 100%;
}
.bootstrap-tab .nav-tabs > li > a {
    
    margin-bottom: 2px;
    padding: 20px 0;
    text-align: center;
}
.short-news .m-l-15{margin-left: 0!important;}
.post-btn{margin-top: 40px;}
.ls-wraper{margin-top: 15px;}
}

@media only screen and (max-width:640px) {
	
	.button {
    background-color: #ab47bc;
    border: none;
    color: white;
    padding: 9px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 3px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 15px 15px;
    float: left;
}
	
	
	
	
	.top_btn_outer {
    width: auto;
    float: right;
    padding-top: 25px;
    margin-right: 196px;
}

.phone_icon {
   font-size:16px;
    float: ;
    margin-top: 10px;
}
	
	
	.gallery-sec1 {
    background: #f1f2f2;
    padding-top: 160px;
    padding-bottom: 40px;
    text-align: center;
	
	
	
	
    .line {
        display: none;
    }
    .banner-text {
        left: 20px;
    }
    .form_outer {
        max-width: 100%;
    }
    .form_group:nth-child(2), .form_group:nth-child(3), .form_group:nth-child(4), .form_group:nth-child(5) {
        width: 100%;
    }
    .banner_inner {
        padding-top: 76px;
        padding-bottom: 76px;
    }
    .top_contact {
        float: none;
        display: block;
        text-align: center;
    }
    .top-conttext, .phone_icon {
        display: inline-block;
        float: none;
    }
   
	
	.top_btn_outer {

    width: 100%;
    float: right;
    padding-top: 0px;
    text-align: center;
    margin-bottom: 12px;

}
	
	
    .top_btn_outer a {
        padding: 9px 14px;
    }
    .sqr-outer {
        width: 100%;
        margin-bottom: 20px;
    }
    .message-inner {
        width: 450px;
        margin-right: 0px;
    }
    .app_text {
        text-align: center;
    }
    .mobile-oter img {
        width: 100%;
        margin-top: 2px;
        float: left;
    }
    .gallery-icon {
        display: inline-block;
        width: 100%;
        margin-bottom: 23px;
    }
    .gallery-sec span:nth-child(2) {
        padding-top: 31px;
        padding-left: 14px;
        font-size: 25px;
    }
    .footer-1 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
	
	.top_btn_outer a {

    background: #ab47bc;
    color: #fff;
    text-decoration: none;
    padding: 16px 14px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: all .5s ease-in-out;

}
}




@media only screen and (max-width:515px) {
	.button {
    background-color: #ab47bc;
    border: none;
    color: white;
    padding: 9px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 3px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 15px 15px;
    float: left;
}
	.top-sec {
    padding-top: 10px;
    padding-bottom: 10px;
	margin-left:10px;
}
	
.top_contact {
    width: 235px;
    float: right;
    margin-right: 0px;
    margin-top: 42px;
}

	.logo-outer img {
    width: 242px;
}
.top_btn_outer {
    width: auto;
    float: right;
    padding-top: 25px;
    margin-right: 27px;
}
	

	.phone_icon {
    font-size:18px;
}
		.top_btn_outer a {

    background: #ab47bc;
    color: #fff;
    text-decoration: none;
    padding: 16px 14px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: all .5s ease-in-out;

}
	
	.gallery-sec {
    background: #fff;
    padding-top: 117px;
    padding-bottom: 0px;
    text-align: center;
}
	
	.gallery-sec1 {
    background: #f1f2f2;
    padding-top: 160px;
    padding-bottom: 40px;
    text-align: center;
	}

    /*        .profile-inner {
            width: 100%;
            margin-left: 0px;
        }*/
  

    .message-text {
        width: 100%;
        float: right;
        text-align: center;
        box-sizing: border-box;
        margin: 23px 5px;
        padding: 0px;
    }
    .message-img {
        width: 100%;
    }
    .message-text {
        width: 100%;
        float: left;
        text-align: center;
    }
    .message-inner a {
        float: none;
        display: inline-block;
        margin-bottom: 8px;
    }
    .message-inner {
        width: 100%;
    }
    div.caption {
        top: 48px;
        left: 0px;
        right: 0px;
        width: 100%;
        padding-left: 15px;
    }
    .message-img img {
        width: 169px;
    }
    .message-inner p {
        float: right;
        text-align: center;
        padding-right: 0;
        color: #9a9a9a;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        line-height: 18px;
        width: 100%;
    }
     
}

 


 @media only screen and (min-width:360px) {
	 
	 .phone_icon {
    font-size: 10px;
}
.button {
    background-color: #ab47bc;
    border: none;
    color: white;
    padding: 9px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 3px 9px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 15px 15px;
    float: left;
}
	
 }

 @media only screen and (min-width:320px) {
	 
	 .phone_icon {
    font-size: 15px;
    margin-left: 28px;
}
	
	.button {
    background-color: #ab47bc;
    border: none;
    color: white;
    padding: 9px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 3px 9px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 15px 15px;
    float: left;
}

	
 }


@media only screen and (max-width:240px) {
	
.button {
    background-color: #ab47bc;
    border: none;
    color: white;
    padding: 5px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 9px;
    margin: 3px 1px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 15px 15px;
    float: left;
}


	.top-sec {
    padding-top: 10px;
    padding-bottom: 10px;
	margin-left:10px;
}
	
.top_contact {
    width: 235px;
    float: right;
    margin-right: 0px;
    margin-top: 42px;
}

	.logo-outer img {
    width: 242px;
}
.top_btn_outer {
    width: auto;
    float: right;
    padding-top: 25px;
    margin-right: 27px;
}
	

	.phone_icon {
    font-size: 10px;
}
		.top_btn_outer a {

    background: #ab47bc;
    color: #fff;
    text-decoration: none;
    padding: 16px 14px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: all .5s ease-in-out;

}
	
	.gallery-sec {
    background: #fff;
    padding-top: 117px;
    padding-bottom: 0px;
    text-align: center;
}
	
	.gallery-sec1 {
    background: #f1f2f2;
    padding-top: 160px;
    padding-bottom: 40px;
    text-align: center;
	}

    /*        .profile-inner {
            width: 100%;
            margin-left: 0px;
        }*/
  

    .message-text {
        width: 100%;
        float: right;
        text-align: center;
        box-sizing: border-box;
        margin: 23px 5px;
        padding: 0px;
    }
    .message-img {
        width: 100%;
    }
    .message-text {
        width: 100%;
        float: left;
        text-align: center;
    }
    .message-inner a {
        float: none;
        display: inline-block;
        margin-bottom: 8px;
    }
    .message-inner {
        width: 100%;
    }
    div.caption {
        top: 48px;
        left: 0px;
        right: 0px;
        width: 100%;
        padding-left: 15px;
    }
    .message-img img {
        width: 169px;
    }
    .message-inner p {
        float: right;
        text-align: center;
        padding-right: 0;
        color: #9a9a9a;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        line-height: 18px;
        width: 100%;
    }
     
}
 


