@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One-child
Theme URI: https://wordpress.org/themes/twentytwentyone-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One-child WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One-child is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    background-image: url(images/bodyBkg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1, h2, h3, h4, a, .elementor-widget-text-editor, textarea, input, .elementor-icon-list-text, 
.elementor-counter-title, .elementor-counter-number, .elementor-counter-number-suffix, .elementor-tab-content p {
    font-family: "Montserrat", sans-serif !important;
}
ul, li {
    margin: 0;
    padding: 0;
}
.pagesize {
    width: 1200px;
    margin: 0 auto;
}
.pgsize {
    width: 1100px;
    margin: 0 auto;
}

/* Header Style Start */
.headerMain {
    background-color: #3111f3;
    padding: 13px 0;
}
.headerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerMenus ul li {
    display: inline-block;
}
.headerMenus ul li a {
    text-decoration: none;
    color: #fff;
    padding: 7px 20px;
    transition: .4s;
    margin-right: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.headerMenus ul li a:hover {
    text-decoration: underline;
    transition: .4s;
}
.getBtn a {
    display: inline-block;
    border-radius: 10px;
    background-color: #ff8c00 !important;
    text-decoration: none !important;
}
.headerMenus ul li.current-menu-item a {
    font-weight: 700;
    text-decoration: underline !important;
}
.headerLogo img {
    width: 190px;
}
.headerLogo {
    flex: 0 0 25%;
}
/* Header Style End */



/* Footer Style Start */
.footerMain {
    background-color: #3111f3;
    padding: 20px 0;
}
.logoBkg {
    flex: 0 0 50%;
    background-image: url(images/Footer-Bg.png);
    background-position: inherit;
    background-size: 540px;
    background-repeat: no-repeat;
}
.ftLogo {
    width: 250px;
    margin-top: 92px;
    margin-left: 74px;
}
.footerWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footerWrap h2 {
    color: #fff;
    margin: 0;
    font-size: 23px;
    padding-bottom: 20px;
    font-weight: 600;
}
.footerMenus ul li {
    padding-bottom: 18px !important;
}
.footerMenus ul li::marker {
    color: #fff;
}
.footerMenus ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.contacts ul li {
    list-style: none;
    margin-left: 0 !important;
}
.insta_icon a, .link_icon a, .twit_icon a, .fab_icon a {
    background-image: url(images/instagram-icon.png);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}
.link_icon a {
    background-image: url(images/linkedin-icon.png) !important;
}
.twit_icon a {
    background-image: url(images/twitter-icon.png) !important;
}
.fab_icon a {
	background-image: url(images/facebook-icon.png) !important;
}
.socialLinks ul li {
    display: inline-block;
    margin-right: 13px;
}
.telIcon, .browsIcon {
    color: #fff;
    text-decoration: none;
    display: block;
    background-image: url(images/telephone.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-left: 29px;
    margin-bottom: 24px;
    margin-top: 4px;
}
.browsIcon {
    background-image: url(images/web.png);
    margin-bottom: 0px !important;
}
.omanTels {
    width: 90px;
    margin-top: 30px;
}
/* Footer Style End */

.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
}
.required {
    color: #ff0000;
}
input {
    background-color: #fff;
    outline: none;
    padding: 10px 13px;
    border-radius: 10px;
    border: none;
    width: -webkit-fill-available;
}
.resBtn input {
    background-color: #ff8c00 !important;
    color: #fff !important;
    padding: 9px 22px !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: auto;
}
.resBtn {
    margin-top: 30px;
}
::placeholder {
    color: #1e1e1e;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff !important;
}


/* Responsive Style Start */

@media only screen and
(min-width: 10px)and
(max-width: 1024px) {
	.headerMenus {
        display: none;
    }
    #rmp_menu_trigger-288 {
        top: 7px;
        right: 1%;
    }
    #rmp_menu_trigger-288 .responsive-menu-pro-inner, #rmp_menu_trigger-288 .responsive-menu-pro-inner::before, #rmp_menu_trigger-288 .responsive-menu-pro-inner::after {
        background-color: #fff !important;
    }
    #rmp-menu-wrap-288 {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media only screen and
(min-width: 10px)and
(max-width: 1200px) {
	.pagesize, .pgsize {
        width: auto;
        margin: 0px 20px;
    }
}
@media only screen and
(min-width: 10px)and
(max-width: 768px) {
	.footerWrap {
        display: block;
    }
    .ftLogo {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .omanTels {
        margin-bottom: 30px;
    }
    .logoBkg {
        background-image:none;
    }
}
@media only screen and
(min-width: 10px)and
(max-width: 600px) {
	br {
        display: none;
    }
}
/* Responsive Style End */