/*
Theme Name: vpsindirapuram
*/
/*
/*/

.table a {
    color: #052963;
}


.wpcf7-form{
	box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1);
    padding: 22px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.wpcf7-list-item{
	    margin: 0 10px 0 0;
}

.cta {
    position: relative;
    margin: auto;
    padding: 18px 22px;
    transition: all 0.2s ease;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(46, 202, 127, 0.2);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 15px;
    color: #1a2d62;
    font-weight: 700;
    text-transform: uppercase;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.feeTable{
border: 1px solid #ddd;
}

.feeTable tr{
	
}

.feeTable td{
	    background: #fdfdfd;
	    border-right: 1px solid #ddd;
}

.feeTable th{
	    background: #fdfdfd;
}

.page-header-banner{
	min-height: 240px;
    padding: 98px 0;
    text-align: center;
}

.page-header-banner h1{
	color: #fff;
}

.bg-gradient-1{
	background: linear-gradient(90deg, rgb(232 253 243) 0%, rgb(245 247 246 / 88%) 31%, rgba(255, 255, 255, 1) 100%);
}

.bg-gradient-2{
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 88%) 31%, rgb(232 253 243) 100%);
}

.btn-green{
	background: #052963;
    border: 1px solid #052963;
    font-size: 15px;
    padding: 9px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-green:hover{
	background: #1a2d62;
	color: #fff;
    border-radius: 100px;
}

.aboutUs{
	
}

.aboutUs img{
	border-radius: 20px;
}

.smallHeading{
    font-size: 14px;
    margin-bottom: 16px;
    color: #2eca7f;
    font-weight: 400;
	text-transform: uppercase;
}

.smallHeading::after {
    content: "";
    width: 100px;
    height: 1px;
    display: inline-block;
    background: #2eca7f;
    margin: 4px 10px;
}

.primaryHeading{
	font-size: 42px;
    font-weight: 800;
	color: #1a2d62;
}

.primaryHeading span{
	    color: #2eca7f;
}

.chooseBox{
	padding: 22px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.chooseBox:hover{
	    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.chooseBox .iconBox{
	margin: 0 auto;
    width: 65px;
    height: 65px;
    text-align: center;
    background: rgba(46, 202, 127, 0.2);
    line-height: 65px;
    border-radius: 100px;
    margin-bottom: 22px;
}

.chooseBox .iconBox svg{
	 fill: #052963;
}

.facilityBox{
	box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1);
	padding: 22px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.facilityBox:hover{
	    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.facilityBox .iconBox{
	margin: 0 auto;
    width: 65px;
    height: 65px;
    text-align: center;
    background: rgba(46, 202, 127, 0.2);
    line-height: 65px;
    border-radius: 100px;
    margin-bottom: 22px;
}

.facilityBox .iconBox svg{
	 fill: #4e4e4e;
}

.facilityBox img{
	width: 200px;
    border-radius: 100px; 
}

iframe,
embed {
    max-width: 100%;
}

.clear {
    clear: both;
}
a {
    color: #000;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}
/* Theme CSS */

html,
body { 
    overflow-x: hidden;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;    
    min-width: 320px;     
    color: #282828;
}

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

h1{
    font-size: 30px;
}

h2{
    font-size: 28px;
}

h3{
   font-size: 26px; 
}

h4{
    font-size: 24px;
}

h5{
    font-size: 22px;
}

h6{
   font-size: 20px; 
}

.rsrc-main-menu .navbar-nav > li > a{
   font-family: 'Mulish', sans-serif;
}
p{
    line-height: 1.7;
    color: #282828;
}

ul{
    color: #282828;
}

/**** Header ***/

.topBar{
    background: #e5e2db;
    padding: 4px 0;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}

.topBar a{
    color: #101010;
    position: relative;
    padding: 0 13px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.topBar a:before{
    content: "";
    background: #919090;
    position: absolute;
    bottom: 3px;
    right: 0;
    height: 60%;
    width: 1px;
}

.nav-logo img{
    width: 85px;
}

.rsrc-container-header{
    padding: 10px 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    background: #052963;
    z-index: 99999;
    position: relative;
}

.rsrc-container-header .navbar-nav{

}

.rsrc-container-header .navbar-nav li{
   
}

.rsrc-container-header .navbar-nav li a{
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 25px;
    font-family: 'Mulish', sans-serif;    
}

.rsrc-container-header .navbar-nav li a:after{
    content: "";
    background: #787373;
    position: absolute;
    bottom: 3px;
    right: 0;
    height: 58%;
    width: 1px;
}


.logoArea{
    padding: 7px 0;
}

.logoArea .sitename{
	margin: 0 10px;
}

.logoArea .sitename .bigTitle{
    margin: 0 0 1px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.logoArea .sitename .bigTitle a{
	color: #052963;
}

.logoArea .sitename .smlTitle{
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}

/**************/

.rsrc-header {
    z-index: 2;
}
.home #site-header a {
    color: #fff;    
}

#site-header a {
    color: #222;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
}
#site-header h1 {
    margin: 0;
}

.fixed-me{
    transition: all 1s ;
}

.fixed-me{    
    position: fixed;
    width: 100%;
    z-index: 999;
}

#breadcrumbs{
    padding: 12px 0;
    background: #eee;
}

.rsrc-container {
    color: #222222;
    padding-right: 0;
    padding-left: 0;
    background: #f9f9f94d;
}

.rsrc-content, .rsrc-content-home  {
    position: relative;
    margin: 0px auto;
}
.rsrc-content  {
/*    background-color: #f3f3f3;*/
}
.rsrc-main {
    padding: 0px 0;
    position: relative;
}

.rsrc-footer-menu {
    padding-top: 15px;
}

.footer-menu-nav {
    padding: 0;
    margin: 0;    
}
.footer-menu-nav li {
    display: inline-block;
    padding: 9px 0;
    margin-right: 10px;
}
.footer-menu-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}


.rsrc-author-credits .copyright {
    margin: 3px 0 0;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0 5px;
}
.rsrc-footer {
    background-color: #e5e2db;
    padding: 2px 0;
}



/* Navigation */

.user-nav{
    margin: 0;
    list-style: none;
    float: right;
}

.user-nav li{
    display: inline-block;
    padding-top: 4px;
    margin-right: 10px;
}

.user-nav li a{
    color: #fff;
    font-size: 12px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    padding: 0;
}


/* Menu opened in responsive */

@media only screen and (max-width: 767px) {
    .dropdown-menu {
        position: static;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding: 3px 30px;
    }
    .dropdown-submenu>.dropdown-menu {
        padding-left: 10px;
    }
    .rsrc-header-img img {
        max-height: 50px;
        line-height: 50px;
    }
    .header-line-search {
        margin-bottom: 10px !important;
    }
    .header-right.col-sm-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.dropdown-submenu ul li li a:after {
    display: none;
}
.sticky {} 
.bypostauthor {} 
img {
    max-width: 100%;
    height: auto;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.featured-thumbnail {
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.featured-thumbnail img {
    width: 100%;
}
.featured-thumbnail::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.featured-thumbnail:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.featured-thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.featured-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
h1.site-title,
h2.site-title {
    font-size: 36px;
    margin: 0;
}
h1.site-title a,
h2.site-title a {
    color: #fff;
}
/* Text meant only for screen readers */


textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #888888;
    box-shadow: none;
    color: #222;
    font-size: 14px;
    padding-left: 17px;
    width: 100%;
	height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
}
select{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #888888;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    padding-left: 17px;
    width: 100%;
	height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
}
textarea{
    height: 70px;
    padding-left: 17px;
}

.wpcf7 input[type="email"], input[type="tel"], input[type="text"]{
        color: #000;
}
/* Buttons styling */

.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
    border: 1px solid #052963;
    color: #fdfdfd;
    background-color: #052963;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 8px 20px;
    border-radius: 4px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn,
.btn-default:active,
.btn-default.active,
input[type="submit"]:hover,
button:hover,
a.comment-reply-link:hover {
    color: #0068C2;
    border-color: #0068C2;
    background-color: transparent;
    box-shadow: none;
}

/* Top Bar */

.top_head {
    padding: 8px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 20px;
    background: #7c22d7;
    font-weight: 400;
}

.top_head a {
    color: #ffa700;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
}

/*footer*/

ul.footer-links{
    padding: 0;
}

ul.footer-links li {
    padding-bottom: 16px; 
    list-style: none;
}
#content-footer-section .widget_custom_html{
	
    padding-right: 25px;
}

/****************/

.headIcon{

}

.headIcon a{
    color: #282828;
    margin-right: 18px;
    line-height: 55px;
    display: inline-block;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;    
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 10px 10px 19px #c1c1c1, -10px -10px 19px #c1c1c1;
    background: #fff;
	margin-bottom: 15px;
}

.headIcon a svg{
    fill: #282828;
    
}

.headingTitle{
  text-align: left;
}

.headingTitle h5{
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 400;
    color: #7620cd;
   
}

.headingTitle h2{
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: bold;
}

/****************/

.footer-widgets {
    padding-top: 10px;
    color: #fff;
    background: #052963;
    position: relative;
}

.footer-widgets #content-footer-section{
    padding-top: 15px;
}

.footer-widgets #content-footer-section .widget h3{
    border-bottom: none;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.footer-widgets #content-footer-section .textwidget p{
    color: rgb(255 255 255 / 73%);
}

.footer-widgets #content-footer-section .headIcon a{
    box-shadow: none;
}

ul.footer-links{
    padding: 0;
}

ul.footer-links li {
    padding-bottom: 16px; 
    list-style: none;
}
#content-footer-section .widget_custom_html{
    
    padding-right: 25px;
}

ul.footer-links li a {
    display: flex;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

ul.footer-links li a svg{
    display: flex;
    fill: #bbb9b9;
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 2px;
}


/***************/

.navbar-toggler2{
    padding: 0;
    border: none;
    font-size: 25px;
    height: 38px;
    color: #fff;
    display: none;
	background: transparent;
}

.navbar-toggler2 .navbar-toggler-icon,  
.navbar-toggler2 .navbar-toggler-icon:before, 
.navbar-toggler2 .navbar-toggler-icon:after{
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    transition: width .25s ease;
    color: #080808;
    margin: 0;
}

.navbar-toggler2 .navbar-toggler-icon:before, 
.navbar-toggler2 .navbar-toggler-icon:after{
    content: "";
    position: absolute;
    left: 15px;
}

.navbar-toggler2 .navbar-toggler-icon:before {
    top: 27px;
}

.navbar-toggler2 .navbar-toggler-icon:after{
    top: 11px;
}

.navbar-toggler2 .navbar-toggler-text{
    font-size: 16px;
    margin-left: 8px;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.floating-icon-whatsapp{    
    margin: 0 8px;
    position: fixed;
    bottom: 10px;
    right: 0;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    z-index: 999;
}

.floating-icon-whatsapp a{
    display: block;
    width: 50px;
    height: 50px;
	padding: 9px;
}

.floating-icon-whatsapp a svg {
    fill: #fff;
    font-size: 28px;
}

.entry-content ul li{
	font-size: 16px;
    line-height: 28px;
}

/********************/

.avoce-policy-item{
    padding: 60px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1);
    border-right: 1px solid #ededed;
}

.avoce-policy .avoce-policy-item:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.avoce-policy-item .policy-icon i{
    font-size: 45px;
}

.avoce-policy-item .title-policy{
    margin: 16px 0;
    font-size: 18px;
}

.avoce-policy-item .sub-policy{
    font-weight: 300;
}

/*****************/

.chooseUsOption{
    padding: 60px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1);
    border-right: 1px solid #ededed;
}

.chooseUsOption h4{
	    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    overflow: hidden;
}

.rsrc-container-header .navbar-nav li a.dropdown-toggle:after{
	content: "";
    background: transparent;
    position: absolute;
    bottom: -1px;
    right: 0px;
    height: 75%;
    width: 11px;
}

.rsrc-container-header .navbar-nav li a.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:after{
	content: none;
}

/********* Media Query for large Device *************/
@media (min-width: 1200px) {

    .container {
        max-width: 1300px;
    }

}

@media (min-width: 992px) {
	
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		min-width: 289px;
        top: 34px;
        border-radius: 0;
        border: 1px solid #f6f6f6;
		padding: 0;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu li{
		padding: 3px 6px;
        background: #f6f6f6;
        margin: 1px 0;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu li a{
		color: #052963;
        padding: 0;
        display: block;
	}
	
}

@media (min-width: 768px) {
	
	
	
}

@media (max-width: 992px) {  

    .logoArea .sitename .bigTitle{
        font-size: 20px;
        text-transform: capitalize;
    } 

    .logoArea .sitename .smlTitle{
        display: none;
    }

    .navbar-toggler2 {
        display: inline-block;
        right: 10px;
        position: absolute;
        top: 23px;
    }
	
	.logoArea {
		padding: 7px 0;
		background: #052963;
	}
	
	.logoArea .sitename .bigTitle a{
		color: #fff;
	}

    .rsrc-container-header .navbar-nav li{
        margin: 0 0px; 
        padding: 13px 0;
        border-bottom: 1px solid #254d8d;
    }

    .rsrc-container-header .navbar-nav li a{
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 0 0;
    }

    .rsrc-container-header .navbar-nav li a:after{
        content:none;
    }

}


@media (max-width: 767px) { 
	
	.rsrc-container-header .navbar-nav li a.dropdown-toggle:after{
		bottom: -4px;
    	right: -20px;
	}
	
	.avoce-policy .avoce-policy-item:not(:last-child){
		border-bottom: 1px solid #ebebeb;
	}
	
	.chooseUsOption{
		padding: 18px;
        margin: 8px 12px;
        border-radius: 10px;
	}
	
	.rsrc-container-header{
		    padding: 1px 0;
	}
	
	.topbarLink{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
   
}

@media (max-width: 576px){	
	
	.bigTitle span{
		display: none;
	}
}

