/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.9
Tested up to: 6.2
Requires at least: 4.4
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: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

body.home.page-template{margin: 0px !important;}
.ptnricn img{background: #fff !important;box-shadow: 5px 7px 10px 0px rgb(0 0 0 / 20%) !important;border-radius: 5px !important;padding: 10px 5px !important;}
.testisld .swiper-slide{box-shadow: 9px 11px 14px 0 rgba(0,0,0,.1) !important;}
@media only screen and (max-width: 767px){
.home-banner, .aboutbg{
	    background-image: none !important;
    background-color: #e8f0f9 !important;
}	
	.home-banner .elementor-element-5faab76 .elementor-background-overlay{
	    background-image: none !important;
 }
	.lefsec {
    width: 100%;
  }
}
.gt_container-175ca1 .gt_switcher .gt_option a:hover {
    background: #4688b1de !important;
}
.elementor-icon-box-title {
	margin: 0px;
}

section.aboutheading {
    background: #f4f4f4;
    clear: both;
    display: table;
    width: 100%;
}
.comments-area{
   background-color: #f4f5f7 !important;
	padding: 20px 40px;
}
#comments .comment-reply-title {
    margin-bottom: 15px;
	font-family: sans-serif !important;
}
.comment-reply-title, .comments-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
	    color: #272626 !important;
	fontfamily: Arial,Helvetica,sans-serif !important;
}
.logged-in-as{
	font-family: sans-serif !important;
}
.comment-form-author input, .comment-form-email input, .comment-form-comment textarea{
    width: 95% !important;
}
.comment-form-author input, .comment-form-email input {
    background: rgb(255 255 255);
    border-radius: 0;
    padding: 0 12px 0 12px;
    height: 40px;
    width: 50%;
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: rgb(159 163 184);
    border: 1px solid rgb(221 221 221);
}
.form-submit input[type="submit"] {
    width: 175px !important;
    height: 41px;
    color: #FFF;
    text-transform: uppercase;
    background: #00abc7;
    border-radius: 0px;
    font-size: 12px;
    letter-spacing: 1.4px;
    font-weight: 500;
    line-height: .8;
    border: none;
    display: table;
    text-align: center;
}
.captatxt {
    margin-bottom: 20px !important;
    height: 45px !important;
}
.g-recaptcha{ transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;}
.captatxt{ margin-bottom: 20px; height: 45px !important;}
@media only screen and (min-width: 1050px) and (max-width: 1300px){
.sidefm .g-recaptcha{transform:scale(0.65);-webkit-transform:scale(0.65) !important;transform-origin:0 0;-webkit-transform-origin:0 0;}
.g-recaptcha{transform:scale(0.90);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;}	
.sidefm .captatxt {height: 25px !important;}
}
@media only screen and (min-width: 1300px) and (max-width: 1500px){
.sidefm .g-recaptcha{transform:scale(0.75);-webkit-transform:scale(0.75) !important;transform-origin:0 0;-webkit-transform-origin:0 0;}
.sidefm .captatxt {height: 30px !important;}	
}
@media only screen and (min-width: 768px) and (max-width: 1025px){
.g-recaptcha{transform:scale(0.70) !important;-webkit-transform:scale(0.70) !important;transform-origin:0 0;-webkit-transform-origin:0 0;}	 
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.captatxt{ margin-bottom: 20px; height: 30px !important;} 
}
