/*
Theme Name: Phosphoruz Technologies
Theme URI: https://wordpress.org/themes/phosphoruz/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.9
Tested up to: 6.3
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: phosphoruz

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.container {
    margin: 0px auto !important;
    padding: 0px !important;
}

@media screen and (max-width: 800px)
{
     .banner .wrapper{ padding:0px 10px !important;}
     .aboutSection,.solutions{padding-left: 10px !important; padding-right: 10px !important;}
}


.bottom_side-menu {
     list-style: none;
    margin: 0 0;
    padding: 0 0;
    position: fixed !important;    
    right: 10px !important;
    /*bottom: 50px !important;*/
    bottom: 70px !important;
    z-index: 99999 !important;
}

.bottom_side-menu  ul li {
    position: unset !important;
    width: 50px !important;
    height: 50px !important;
}

.bottom_side-menu li a {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    display: grid !important;
    place-items: center !important;
   /* height: 100%;*/
}

.call_btn{
    background: #f60788; 
    padding: 5px; 
    border-radius: 100%; 
    width: 40px; 
    height: 40px;
    border: 3px solid #fff;
    box-shadow: 0px 4px 10px rgba(194, 194, 194, 0.2);
    
}


.banner .wrapper h2 {
    position: relative;
    color: var(--clr-primary-600);
    font-size:45px;
    font-weight: 700;
    line-height: 2;
}

.banner .wrapper p { font-weight: 400 !important;}

.banner .wrapper h1 {
    position: relative !important;
     color: var(--clr-primary-600) !important;
    font-size: 38px !important;
    font-weight: 800 !important;
	line-height: 1.5 !important;
}
.aboutSection h2 {
    position: relative;
    font-size: 38px;
   /* text-transform: uppercase;   */ 
   color: var(--clr-primary-600);
}
.aboutSection p{
color:#222 !important;
}

.heading1 h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
} 

.heading1 h2 {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    line-height: 1;
}

footer .copyright .wrapper {

    border-top: 1px solid #ccc;
    padding-top: 20px;}

footer .copyright .wrapper p {
    font-size: 16px !important
}

.form-control:focus {
  border-color: #61359e !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px rgba(85, 48, 138, 0.1)  !important;
}

.client_page{ margin: 0px; padding:0px;}
.client_page img{
    border: 1px solid #f0f0f0; 
    width: 100%; margin: 10px 0px;
    background: #FFFFFF;
   /* box-shadow: 0px 4px 10px rgba(194, 194, 194, 0.2);*/}

    .client_page img:hover{
    border: 1px solid #f7f7f7; 
    width: 100%; margin: 10px 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(194, 194, 194, 0.5);}


/*-------------------------------NEW CSS----------------------------------------
------------------------------------------------------------------------------*/

.banner-1{
    padding-top: 180px;
    padding-bottom: 30px;
    background-image: url("https://www.phosphoruztechnologies.com/wp-content/themes/phosphoruz/assets/images/background/section-bg-1.jpg");
    background-color: #f5f5f5;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: color-burn;
    color: #fff;
    position: relative;
}
.banner-1 h1{
    font-size: 36px !important;
    font-weight: 700;
    color: var(--clr-primary-600);
}
.banner-link {
    font-size: 14px;
    color: #222;    
}
.banner-link a{
    color: #222;
    text-decoration: none;
}
.page-section{
    padding-bottom: 50px;
    padding-top: 50px
}
.section-caption{
    
    color: var(--color-gray-1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}
.section-title{
    font-weight: 700;
    font-size: 26px;
    color:  var(--clr-neutral-800);
    padding-bottom: 20px;
   /* padding-top: 20px;*/
}
.decoration-1{
    position: absolute;
    bottom: 50px;
    left:-25px;
    pointer-events: none;
}
.decoration-3{
    position:absolute;
    top: -20px;
    right:45%;
    z-index: -1;
    pointer-events: none;
}
.section-title-1{
    font-size:36px;
    font-weight: 600;
    color: var(--clr-primary-600);
}
.port-sec a{
    text-decoration: none;
}
.port-sec-col{
    width:;
    overflow: hidden;
    /*padding-bottom: 40px;*/
}
.right-big{
    font-size: 24px;
}
.port-img img{
     max-width: 100%;
    transition: all 1s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    
}
.port-img {
     position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    border: 1px solid #eee;
}
.port-sec-col:hover .port-img img{
    opacity: .9;
     transform: scale(1.1);
}
.port-content{
    padding: 25px 5px;
}
.port-content p{
    font-size: 12px;
    color: #161616;
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.port-content h5{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 800;
    color: #161616;
    
}

.port-sec-col:hover h5{
    color: var(--clr-primary-600);
}
.port-sec{
    /*padding-top: 70px;*/
}
.imgs-1{
    position: relative;
    width: 70%;
    float: left;
    
}
.imgs-2{
    float: left;
    position: relative;
    width: 100px;
    z-index: 1;
    right: 70%;
    bottom: -180px;
}
.imgs-3{
    position: relative;
    width: 250px;
    z-index: 1;
    left: 240px;
    bottom:150px;
    float: left;
}
.service-content{   

}

/**/

.contact-form  label{
    font-size: 18px;
    color: rgba(69,69,69,1.00);
}
.contact-form input[type='text'],.contact-form input[type='email'] {
    border: 0px;
    
    border-radius: 0px;
  border-bottom: 1px solid #222;
}
.contact-form textarea{
    border: 0px !important;
    border-radius: 0px;
  border-bottom: 1px solid #222 !important;
}   
textarea:focus, input:focus{
    
}
.contact-details img{ 
    width: 30px;
    
}
.contact-details h6{
    font-size: 20px;
    font-weight: 700;
    
}
.contact-cont{
    width: auto !important;
    font-size: 16px;
    line-height: 32px;
    padding-left: 20px !important;
    
}
.contact-cont a{
    text-decoration: none;
    color: #222;
}
.contact-form button{
    border: 0px;
    box-shadow: 0px 0px 0px;
}
.icon-c{
    float: left;
    width: auto !important;
    
    
}
.branch-p{
    margin-top: 80px;
}
.branch {
    margin-top: 30px;
    background: #f7f7f7;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 0px 30px 30px 30px;
    
}
.branch:hover {
    transition: all 2s ;
    border: 2px solid #222;
    
    
}
.branch h4{
    font-weight: 700;
}
.branch h5{
    font-weight: 700;
    font-size: 18px;
}
.branch p{
    font-size: 16px;
}
.branch .cntry-ico{
    width: 45px;
    position: relative;
    top: -20px;

}
.img-branch{
    float: left;
    padding-right: 10px;
}
.branch a{
    text-decoration: none;
    color: #222;
}
.branch a:hover{
    color:#61359e;

}
.navigate{
    padding-bottom: 20px;
    padding-top: 50px;
    
}
.navigate a{
    font-size: 20px;
    font-weight: 700;
}
.navigate a:hover img{
    transform: rotate(30deg);
    transition: all 1.3s;
    
}
.navigate img{
    width:25px;
    display: inline-block;
    
}

.icon-animate1{
    position: absolute;
      left:60%;           
     opacity: .2;
     -webkit-animation: animationOne 20s infinite linear;
     animation: animationOne 20s infinite linear;
}
.customer2{
    position: absolute;
      left:40%;           
     
}

@keyframes animationOne {
                0% {
                    -webkit-transform: translate(0px,0px) rotate(0deg) scale(1);
                    transform: translate(0px,0px) rotate(0deg) scale(1);
                }

                20% {
                    -webkit-transform: translate(73px,-1px) rotate(36deg) scale(.9);
                    transform: translate(73px,-1px) rotate(36deg) scale(.9);
                }

                40% {
                    -webkit-transform: translate(141px,72px) rotate(72deg) scale(1);
                    transform: translate(141px,72px) rotate(72deg) scale(1);
                }

                60% {
                    -webkit-transform: translate(83px,122px) rotate(108deg) scale(1.2);
                    transform: translate(83px,122px) rotate(108deg) scale(1.2);
                }

                80% {
                    -webkit-transform: translate(-40px,72px) rotate(144deg) scale(1.1);
                    transform: translate(-40px,72px) rotate(144deg) scale(1.1);
                }

                100% {
                    -webkit-transform: translate(0px,0px) rotate(0deg) scale(1);
                    transform: translate(0px,0px) rotate(0deg) scale(1);
                }
            }


.services-section .row {
  margin: 0 -8px;
}
.services-section .row > div {
  padding: 0 8px;
}
.services-section .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.services-section .bottom-box .text {
  line-height: 28px;
  padding: 15px 30px;
  background-color: var(--bg-theme-color3);
}
.services-section .bottom-box .theme-btn {
  margin-left: 10px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 45px 25px 50px 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  overflow: hidden;
}
.service-block .inner-box a
{color: #61359e; text-decoration:none;}
.service-block .inner-box::before {
  position: absolute;
  width: 124px;
  height: 121px;
  left: 0;
  top: 0;
  /*background-image: url(https://phosphoruz.net/phosphoruz-2023/wp-content/uploads/2023/03/dots.png);*/
  content: "";
}
.service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.service-block .inner-box:hover .icon-box {
  background-color: #261242;
}
.service-block .inner-box:hover a {
  color: #261242;
}
.service-block .inner-box:hover .icon-box .icon {
  color: #ffffff;
}
.service-block .inner-box:hover .read-more i {
  color: #ffffff;
  background-color:#61359e;
}
.service-block .icon-box {
  position: absolute;
  right: -52px;
  bottom: -52px;
  height: 163px;
  width: 163px;
  background: #61359e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 40px 50px;
  border-radius: 50%;
}
.service-block .icon-box img{
    margin-left: -19px;
    margin-top: -10px;}

.service-block .icon-box .icon {
  color: var(--theme-color2);
  font-size: 72px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .title {
  font-weight: 800;
  margin-bottom: 14px;
}
.service-block .title:hover {
  color: #61359e;
}
.service-block .text {
  position: relative;
  margin-bottom: 60px;
}
.service-block .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #6a6a6a;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.service-block .read-more i {
  margin-right: 20px;
  height: 52px;
  width: 52px;
  font-size: 16px;
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.color-white{ color:#fff !important; text-decoration:none !important;}

.color-black{ color:#000 !important; text-decoration:none !important;}

.btn1{background:#f60788 !important;}

.aboutSection{background:#fff !important; position:relative;}


.aboutSection::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://www.phosphoruztechnologies.com/wp-content/uploads/2023/12/pz-about.jpg);
    opacity: 0.1;
    left: 0;
    top: 0;
}


.banner .wrapper .details {
    margin-top: 25%;
    width: 550px;
}

.creativeStudio .insight .wrap p {    color: #f60788;}
.creativeStudio .insight .wrap .num{color:#61359e;}


.new-btn1 {
    position: relative;
    background: var(--clr-primary-500);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s;
}

.new-btn1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    background-color: #603390;
    left: 0;
    top: 100%;
    border-radius: 0;
    z-index: 1;
    transition: all 0.3s;
}
.new-btn1 span {
    position: relative;
    z-index: 2;
}

.banner {	background-position: center right 0% !important;}

.banner .experience .details p{color:#222 !important;}

.banner .wrapper .details a,.aboutSection a {
    font-weight: 800 !important;
    color: #61359e !important;
    text-decoration: none;
}
.creativeStudio .wrapper .details a{
    font-weight: 800 !important;
    color: #61359e !important;
    text-decoration: none;
    z-index: 1; 
    position: relative;
}


	.f_head{color: #fff;}


.testi-col {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
}
.testi-col::before {
  position: absolute;
  content: url("https://www.phosphoruztechnologies.com/wp-content/uploads/2024/01/quotation-marks.png");
  display: block;
  text-align: center;
  z-index: -1;
  margin-bottom: 10px;
  width: 50px;
  max-width: 100%;
  height: auto;
  opacity: 0.05;
}

.test-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-right: 30px;
}
.test-logo h5,
.test-logo h6 {
  margin: 0;
}
.test-logo img {
  display: block;
  margin-bottom: 20px;
  padding: 5px;
  border: 5px #eee solid;
  border-radius: 50%;
}
.test-logo h5 {
  color: #55308a;
  font-weight: 800;
}

.test-content p {
  padding-top: 30px;
  font-size: 16px;
  font-weight: 300;
}

.testi-col:hover::before {
  opacity: .7;
  transition: all 1.3s ease-in-out;
}



.btn24 {
  position: relative;
  color: #55308a;
	font-weight:bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;  
  height: 150px;
  width: 150px;
  border: solid 2px #55308a;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btn24:before {
  content: '';
  position: absolute;
  background: #55308a;
  color:#fff;
  width: 0;
  height: 0;
  z-index: -1;
  border-radius: 150px;
  box-shadow: 0px 0px 24px 1px rgba(224,199,224,0.2);
  transition: all 900ms cubic-bezier(1.000, -0.195, 0.000, 1.330);
  transition-timing-function: cubic-bezier(1.000, -0.195, 0.000, 1.330);
}

.btn24:hover:before {
  width: 85%;
  height: 85%;
   
}
.btn24:hover{color:#fff;}

.btn24:active:before, .btn:focus:before {
  width: 100%;
  height: 100%; color:#fff;
}
