/*!
Theme Name: Aprosoft
Theme URI: http://aprosoft.com/
Author: Monayem
Author URI: http://aprosoft.com
Description: Aprosoft Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aprosoft
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Aprosoft is based on aprosoft https://aprosoft.com/, (C) 2012-2020 Automattic, Inc.
aprosoft is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/*Header*/

.header-main{
   padding-top:15px;
    display: block;
}


/*Dropdown Menu Styles*/
.menu-item-has-children:hover .dropdown-menu{
    display: block !important;
}

/* Certifications  */
        .certificate-content ul {
            margin: 0px;
            padding-left: 15px;
        }

        .certificate-content ul li {
            font-size: 15px;
            line-height: 2;
        }

        .certification-images {
            display: flex;
            gap: 80px;
            margin: 20px 0px;
            justify-content: center;

        }

        .certification-images img {
            width: 120px;
            max-width: 100%;
            position: relative;
            object-fit: contain;
        }

        .certification-images.microsoft-certification,
        .certification-images.aws-certification
        {
        gap: 60px;
        }

        .microsoft-certification img {
            width: 150px;
            object-fit: contain;
        }

        .iso-logo {
            margin-left: 15px;
        }

        .company-ceterfication {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0px;
        }

        .company-ceterfication .iso-logo {
            width: 140px;
            margin-left: 60px;
            position: relative;
            top: -10px;
        }

        .sf-partnerlogo {
            width: 400px;
        }

        .heading-1 {
            display: flex;
            justify-content: center;
        }

        .aws-certification {
            gap: 40px;
        }

        .aws-certification img:nth-child(2) {
            width: 165px;
        }


        @media (max-width: 767px) {

            .certification-images {
                gap: 15px;
                margin: 15px 0px;
            }

            .certification-images img {
                width: 90px;
            }

            .company-ceterfication {
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

            .sf-partnerlogo {
                width: 280px;
            }

            .company-ceterfication .iso-logo {
                margin-left: 0px;
                width: 120px;
            }

            .aws-certification {
                gap: 0px;
                margin: 0px;
            }

            .aws-certification img:nth-child(1) {
                width: 45% !important;
            }

            .aws-certification img:nth-child(2) {
                width: 100px;
            }

            .aws-certification img:nth-child(3) {
                width: 75px;
            }

        }

/*Aprosoft Contact Form*/

.aprosoft-contact-form input[type="text"],
.aprosoft-contact-form input[type="email"]
{
	width:60%;
}
.aprosoft-contact-form textarea{
	width:90%;
}
 .grecaptcha-badge { visibility: hidden; } 
/*End Aprosoft Contact Form*/


