/*
Theme Name: PhD Services
Theme URI: https://05its.com/
Description: This theme is designed by <a href="http://www.05its.com">05 IT Solutions</a> for PhdServices.org.
Version: 1.1.0
Author: 05 IT Solutions
Author URI: https://05its.com/

	PhD Services v1.0
	 https://phdservices.org
*/
html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    color: #333333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    text-align: left !important;
    letter-spacing: 0.25ch;
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

p, li {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    color: #666666;
    line-height: 2em;
}

a {
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #666666
}
.search-input{position: fixed; bottom: 0px; right: 1px; z-index: 999;}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

h1:not(.no-line) {
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #7f161a;
}

h1:not(.no-line):after
{
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
    -webkit-transform: rotate(138deg) skewX(20deg) skewY(20deg);
    -ms-transform: rotate(138deg) skewX(20deg) skewY(20deg);
    transform: rotate(138deg) skewX(20deg) skewY(20deg);
    width: 20px;
    border: 1px solid #7f161a;
    border-top: none;
    border-right: none;
    background-color: #fff;
}

.bg-ps, .btn-ps {
    background-color: #7f161a;
}

.btn-ps {
    color: #ffffff;
}

.btn-ps:hover {
    background-color: #9c1c21;
    color: #ffffff;
}

.border-ps {
    border: 1px solid #7f161a;
}

.text-ps {
    color: #7f161a;
}

.bg-ps-image {
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75)), url('images/phd-services-bg.png');
    background-size: cover;
    background-attachment: fixed;
}

.img-evolution {
    position: relative;
    overflow: hidden;
}

.img-evolution .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, rgba(51, 51, 51, 0.25), rgba(51, 51, 51, 0.25));
}

.bg-white-trans {
    background-color: rgba(255, 255, 255, 0.95);
}

header, #logo {
    transition-duration: 500ms;
}

#slider {
    overflow: hidden;
}

#slider .container {
    margin: 120px auto;
}

nav a {
    font-size: 0.8em;
    border-radius: .25rem;
    transition: all 300ms cubic-bezier(0.34, 0.9, 0.7, 1);
    border: 1px solid #ffffff;
}

nav a:hover, nav .active>a {
    border: 1px solid rgba(0, 0, 0, .15);
}

nav .dropdown-menu .current_page_item .dropdown-item{background-color: #9c1c21; color: #fff;border: none;transition: none;}

.navbar-nav .nav-link, .navbar-expand-md .navbar-nav .nav-link {
    padding: .05rem .5rem;
    margin: 0rem 0.5rem
}

.navbar-expand-md .navbar-nav li:last-of-type .nav-link {
    background-color: #7f161a;
    color: #ffffff;
    border: none;
    padding: 8px 30px;
    border-radius: 25px;
    margin-top: -10px;
}

.navbar-expand-md .navbar-nav li:last-of-type:hover .nav-link {
    background-color: #9c1c21;
}

.dropdown-item{border: none;transition: none;}
.dropdown-item:hover{background-color: #9c1c21; color: #fff;border: none;transition: none;}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.carousel-item {
    transition: transform 2s ease, opacity 1s ease-out
}

.carousel-control-prev, .carousel-control-next, .carousel-control-prev:hover, .carousel-control-next:hover {
    color: #7f161a;
    opacity: 1;
    width: auto;
}

.w-95 {
    width: 95%;
    margin-top: -75px;
}

.w-sm-50{width: 50%;}

.product {
    margin-top: 20px;
    background-color: #ffffff;
}

.product img {
    width: 85%;
    margin-top: -30px;
}

.product:hover img {
    margin-top: -40px;
    margin-bottom: 10px;
}

.newsletter {
    background-image: url('images/dont_worry_about_phd.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter .form-control, .newsletter .input-group-text {
    border-color: #7f161a;
}

.contact-form h6 {
    background: #7f161a;
    color: #ffffff;
    border-radius: 5px;
    padding: 30px 0px;
    margin-top: -60px;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #7f161a;
    background-color: transparent;
    border-radius: 0px;
}

.contact-form textarea {
    height: 150px;
}

.contact-form .btn {
    padding: 20px 50px;
    margin-top: 75px;
}

#contact-form .form-control {
    border-color: #7f161a;
    color: #7f161a;
}

#contact-form .input-group-text {
    background-color: #7f161a;
    color: #ffffff;
    border: 1px solid #7f161a;
}

#contact-form .form-check-input {
    outline: 1px solid #7f161a;
}

.fa-li-r {
    position: absolute;
    right: -2.46em;
    width: auto;
    top: .14285714em;
    text-align: center;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #7f161a;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 15px;
    border: medium solid #7f161a;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #7f161a;
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 15px;
    border: medium solid #7f161a;
    border-width: 10px 10px 10px 0;
    border-color: transparent #7f161a transparent transparent;
}

.sub-heading {
    color: #7f161a;
    text-align: left;
    margin: 30px 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #7f161a;
}

.sub-heading::before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    margin-right: 15px;
}

.slogan{width:75%;background-color:#7f161a;color:#ffffff;text-align:center;margin:50px auto;padding:10px;border-radius:10px;font-style:italic;box-shadow:0px 0px 10px #666;}
/*.slogan::before{content:'\f10d';font-family:'FontAwesome';font-size:1.5em;margin-right:80%;margin-bottom:10px;display:block;}
.slogan::after{content:'\f10e';font-family:'FontAwesome';font-size:1.5em;margin-left:80%;margin-top:10px;display:block;}*/

.topics p {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

.topics p:hover {
    background-color: #333333;
    font-style: italic;
}

#testimonials .border-ps1
{
    border-bottom: 1px dotted #7f161a;
}

footer {
    background-color: #7f161a;
}

.bottom-ps{bottom: 150px;}
.social-media{position: fixed; left:10px; top: 25%; background-color: #7f161a;}
#Message{position: fixed; top: 120px; right: 10px; width: 280px; height: 140px;}

@media screen and (max-width: 600px){
    .w-sm-50{width: 100%;}
    .bottom-ps{bottom: 0px;}
    .social-media{background-color: rgba(127, 22, 26, 0.5); left: -15px; transition: 1s;}
    .social-media:hover{background-color: rgba(127, 22, 26, 1); left: 0px;}
    #Message{right: -220px; transition: 1s;}
    #Message:hover{right: 0px;}

    .newsletter {
        background-image: none;        
    }

    .newsletter::before{
        content: "";
        width: 100%;
        height: 200px;
        background-image: url('images/dont_worry_about_phd.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
        display: block;
    }

    .newsletter::after{
        content: "";
        width: 100%;
        height: 200px;
        background-image: url('images/dont_worry_about_phd.png');
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        background-position: right;
    }

    .newsletter .w-50{width: 100% !important;}

    .timeline::after {display: none;}    
    .left::before {display: none;}
    .right::before {display: none;}
}

.related_page p::before { 
	 content: ' \25A3';
	font-size: 1.2em;
	margin-right: 5px;
	margin-right: 10px;
	color: #7f161a;
}


.related_page p{
	border-bottom: 1px dotted #7f161a !important;
	padding-bottom:2px;
}

.arrow-icon {
    font-size: 18px; /* Adjust arrow size */
    transition: transform 0.3s ease-in-out;
}
#toggleContent
{
	cursor:pointer;
}
/* Rotate arrow when content is shown */
.toggle-active .arrow-icon {
    transform: rotate(180deg);
}