/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.6.1670090254
Updated: 2022-12-03 17:57:34

*/
/**Own Css**/
/**Own Css**/
@import url("responsive.html");


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

a {font-family:poppins; margin:0; padding:0; color: #f8581a;}
a:hover {text-decoration:none; }
p {font-family:poppins; margin:0; padding:0; line-height:24px; font-size:14px;}
h1, h2, h3, h4, h5, h6 {font-family:poppins; margin:0; padding:0;}
.deskshow {display:block;}
.mobshow {display:none;}

.wewidth {width:1140px!important; margin:0 auto!important;}
.home .main-tittle {display:none;}
.dropdown:hover .dropdown-menu {  display: block; }
 ul.sub-menu { display: none; }
.dg-btn {display:none;}
li#menu-item-30:hover ul.sub-menu {
    z-index: 9;
    position: absolute;
    margin-top: 0;
    display: block;
    background-color: #000;
    background-image: linear-gradient(#fef347, #da4926);
}
ul.dropdown-menu {margin-top:-4px; background-color: #071d46; width: 275px; border-radius:0px; }
ul.dropdown-menu li { padding: 0; border-bottom: 1px solid #ffffff59; }
ul.dropdown-menu li a { padding: 5px; color: #fff; }
ul.dropdown-menu li:last-child {border-bottom: 0px!important;}
.dropdown-item:hover {color: #f8581a;}
#content.site-content { padding-bottom: 0; padding-top: 0; }

.wpcf7 form.sent .wpcf7-response-output { background-color: #222; border-color: #222; color: #fff;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {background-color: #222; border-color: #222; color: #fff;}

/**top header**/
.topheader {  background-color: transparent; padding: 5px 0; position:relative; z-index:9; }
i.fab.fa-skype {
    font-size: 18px;
}
ul.header-right {
    padding: 0;
    margin: 0;
    display: flex;
    float: right;
    list-style: none;
    gap: 5px;
}
a.carr.skp {
    background-color: #f8581a;
    animation: color 9s infinite linear;
    padding: 3px 12px;
    border-radius: 30px;
}

a.skp {
    background-color: #208ccb;
    animation: color 9s infinite linear;
    padding: 3px 12px;
    border-radius: 30px;
}
ul.header-right li a {color: #fff; text-transform:uppercase; font-size:15px;}
ul.header-right li i {
    color: #fff;
    vertical-align: revert;
}
a.project-rr {
    color: #fff;
    position: absolute;
    right: 60px;
    top: 0;
    background-color: #f8581a;
    display: block;
    padding: 6px 15px;
    border-radius: 100px;
}
/**top header**/

/***************Privacy Policy*******************/
.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
    text-transform: capitalize;
   margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/***************Privacy Policy End*******************/

/** sticky header css start **/

.sticky {
  position: sticky!important;
  top: -1px;
  width: 100%;
	padding:5px 0!important;
  z-index:99999!important;
  transition:all 0.6s ease-in-out;
	background-color: #000000!important;
  animation:smothScroll 1s forwards;
}
.sticky a.project-rr {
    top: 12px;
    padding: 7px 15px;
}
.sticky .navbar-brand img {
    width: 60%;
    margin-top: 0;
}
@keyframes smothScroll{
	0%{
		transform:translateY(-40px);
	}
	100%{
		transform:translateY(0px);
	}
}
.sticky + .site-content {
  padding-top: 102px;
}

/**sticky header css start**/


/**header start**/

.widget {margin:0;}
header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
#masthead nav {  position: relative; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 8px;
    font-weight: 400!important;
    font-size: 16px;
	color: #ffffff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover  {
    color: #fff;
    font-weight: 400;
    background: #ec5a1e;
    border-radius: 0px;
}
ul#menu-menu-1 li {
    padding: 0 10px;
}
ul.dropdown-menu li:last-child {
    border-bottom: 1px solid #ffffff59;
}
li.newrr {
    background-color: #f7591c;
}
.navbar-brand img {
    margin-top: -35px;
}
.navbar-brand {
    width: 15%;
}
ul#menu-menu-1 {
    padding: 0 0px 0 10px;
    margin-top:0px;
    border-radius: 100px;
    background-color: #0000008c; margin-right:20%;
}
ul.top-header {
    position: absolute;
    right: 15px;
    display: flex;
    list-style: none;
    gap: 10px;
    top: 75px;
    padding: 0;
    margin: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { margin-bottom: 0!important; }

.current-menu-item a.dropdown-item {
    font-size: 14px;
    font-weight: 500!important;
}

/**header finish**/
h1.head-rr {
    font-size: 80px;
    color: #fff;
    top: 135px;
    text-align: center;
    position: relative;
    z-index: 1;
	letter-spacing: -2.4px;
}
.slider {
    background-image: url(../../uploads/2023/05/adsdad-banner.html);
    height: 650px;
    text-align: center;
    position: relative;
    animation: slideColor 10s forwards infinite; background-size:cover; margin-top:-132px;
}
div#text {
    font-size: 80px;
    text-transform: capitalize;
    font-family: 'Poppins';
    position: absolute;
    text-align: center;
    width: 100%;
    top: 42%;
    font-weight: 600;
    background-image: linear-gradient(90deg,#f8581a,#f8581a);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.caption {
    line-height: 100px;
    font-size: 60px;
    color: #fff;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    text-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
    margin-left: -300px;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: capitalize;}

.text-box {
    display: inline-block;
    position: relative;
    color: #f7591c;
}
a.project-rr:hover {
    background-color: #ffffffba;
    color: #222;
}
.text-box div{
	display: inline-block;
	position: absolute;
	top: -200px;
	transform: rotateX(-90deg);
	opacity: 0;
	text-shadow: 0px 5px 5px rgba(0,0,0,.25);
	animation-timing-function: ease;
}

.text-box div:nth-child(1){
	animation: rollDown 10s forwards infinite;
}

.text-box div:nth-child(2){
	animation: rollDown2 10s forwards infinite;
}

.text-box div:nth-child(3){
	animation: rollDown3 10s forwards infinite;
}

@keyframes rollDown {
	0%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	11%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	22%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	33%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown2 {
	33%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	44%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	55%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	66%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes rollDown3 {
	66%{
		top: -200px;
		transform: rotateX(-90deg);
	}
	77%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	88%{
		top: -74px;
		transform: rotateX(0deg);
		opacity: 1;
	}
	99%{
		top: 50px;
		transform: rotateX(30deg);
		opacity: 0;
	}
}

@keyframes slideColor{
	0%{
		background-color: #387780;
	}
	33%{
		background-color: #3f88c5;
	}
	66%{
		background-color: #588b8b;
	}
	100%{
		background-color: #387780;
	}
}



.padding-top-bot {padding:50px 0;}
.heading-home {
    text-align: center; padding-bottom:25px;
}
.heading-home h2 {
    font-size: 30px;
    color: #27252a;
	padding-bottom: 5px; }
.heading-home h2 span {
    color: #ee592d;
    font-weight: 800;
}
.heading-home h5 {
    font-size: 30px;
    color: #27252a;
	padding-bottom: 5px; }
.heading-home h5 span {
    color: #ee592d;
    font-weight: 800;
}
.marketing-box h2 {
    display: block;
    width: auto;
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top,right top,from(#ff526b),to(#fd6a2c));
    background-image: linear-gradient(90deg,#ee592d,#fd6a2c);
    color: #fff;
    font-size: 45px;
    line-height: 56px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marketing-box p {
    font-size: 18px;
    line-height: 32px;
    padding-top: 10px;
    text-align: justify;
    padding-bottom: 10px;
}

.marketing-box span {
    color: #ef5a2d;
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    padding-bottom: 10px;
}

.padding-top-25 {margin-top:50px!important;}
.justify-text p {text-align:justify;}


/**blink**/
span.blink { animation: 1s linear infinite condemned_blink_effect; }

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

/**blink end**/
.box-area {
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: rgb(34 34 34 / 0%) 0px 8px 24px; background-color: #fff;
}
.box-area p {
    background-color: #eee;
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
}
.box-area h5 {
    font-weight: 800;
    font-size: 89px;
    line-height: 65px;
    color: #222222;
    padding: 20px 0;
}
.box-area span {
    background-color: #ee592d;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    font-family: 'Poppins';
}


ul.certified-area {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    width: 100%;
    margin: -250px auto;
}

.mybutton a {
    display: block;
    margin: 300px auto 0;
    text-align: center;
    background-color: #df4c0f;
    width: 33%;
    padding: 16px 30px;
    color: #fff;
    font-size: 19px;
    border-radius: 100px;
}

.mybutton a:hover {
    background-color: #222;
    color: #fff;
}

/* CSS */
.button-74 {
    background-color: #ee5a2d;
    border: 2px solid #422800;
    border-radius: 30px;
    box-shadow: #222222 4px 4px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
   padding: 0 30px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-family: 'Poppins'; margin-top:10px;
}

.button-74:hover {
  background-color: #222;  box-shadow: #ee5a2d 4px 4px 0 0;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

/**backgrnd**/

.lightorange {
    background-color: #f957271a;
}

.rqst-call-div{
    position: relative;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e9f3fd;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 40px;
}
.rqst-call-div .click{
    font-size: 26px;
    color: #164586;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rqst-call-div span{
    font-weight: 700;
}
.rqst-call-div a{
    background: #222222;
    color: #fff;
    position: relative;
    border-radius: 30px;
    padding: 6px 23px;
    z-index: +99;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    top: 8px;transition:0.75s;
}
.rqst-call-div a {
    --color: #3498db;
    --hover: #000000;
}
.rqst-call-div a:hover{box-shadow: inset -11em 0 0 0 var(--hover), inset 5em 0 0 0 var(--hover);color:#fff;transition:0.75s;}
.rqst-call-div:after{background: #ee592d;position:absolute;content:'';bottom: 0px;overflow: hidden;z-index: 0;left:0;height: 44px;width:100%;}
.left-images-area img {
    margin-left: -25px;
	border-radius:10px;
}
.rqst-main-div {
    transform: rotate(270deg);
    position: absolute;
    right: -169px;
    bottom: 245px;
}

.brand img {
    padding-right: 15px;
}


.box-indus {
    padding: 15px 0;
    border-radius: 15px;
   box-shadow: rgb(224 212 212 / 11%) 0px 3px 8px;
    border:1px solid #eee;
    margin:5px 0;
}

.box-indus span {
    display: block;
    font-family: 'Poppins';
    padding: 10px 0 0;
}

.share-details{
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #eaf3fd;
    margin-top: -90px;
    z-index: +9999; position:relative;
}
.share-details p {
    font-size: 25px;
    text-transform: uppercase;
    color: #222;
    padding-left: 10px;
    text-align: left;
    font-weight: 600;
}
.share-details a{
    float: right;
    transition: 0.5s;
    right: 10px;
    top: -36px;
    position: relative;
    background-color: #ee592d;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    border-radius: 30px;
}
.share-details {
    --color: #3498db;
    --hover: #000000;
}
.share-details a:hover{
    box-shadow: inset -11em 0 0 0 var(--hover),
    inset 5em 0 0 0 var(--hover);
	color: #fff;
    }
.share-details span{font-weight:600;color: #ff4752;}
.up-footer {
    padding-top: 10px;
}
.up-footer h4 {
    font-weight: 300!important;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}

.up-footer span {
    color: #000;
    font-weight: 500;
    font-size: 45px;
    font-family: 'Poppins';
    color: #ee592d;
}

.up-footer a {
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

ul.crtified {
    display: flex;
    gap: 10px; padding:0; margin:0; list-style:none;
}

ul.crtified li {
    text-align: center;
    width: 100%;
}

.ftp-top h6 {
    font-size: 22px;
    color: #fff;
}
.up-footer ul {
    padding: 0;
    list-style: none;
    margin: 10px 0;
}
.up-footer ul li {
    color: #fff;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
}
.up-footer ul li i {
    vertical-align: middle;
    color: #ee592d;
}
.up-footer h4 {
    font-weight: 300!important;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
.up-footer span {
    font-weight: 500;
    font-size: 40px;
    font-family: 'Poppins';
    color: #ee592d;
}
.up-footer a {
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

ul.footer-social-icons {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

ul.footer-social-icons li a {
    display: block;
    background-color: #ee592d;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

ul.footer-social-icons li a:hover {
    background-color: #fff;
    color: #222;
}
/**testimonials**/
.review-bx {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 25px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background-color: #fff;
}
.qutes-tst i {
    font-size: 70px;
    color: #222222;
}
.tstpara p {
    font-size: 14px;
    padding: 10px 0;
}
.strr i {
    color: #ffcf00;
    font-size: 18px;
}
.strr span {
    display: block;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #ee592d;
}
.testimonials-area {
    padding: 50px 0;
    background-color: #eeeeee;
}
.industriess-area { padding: 50px 0 0;  border-top: 1px solid #eee; }



/**footer top area**/

.home-call ul {
    list-style: none;
    display: block;
    align-items: center;
    gap: 10px;
    width: 65%;
    padding: 0;
    margin: 15px auto;
}

.home-call {
    text-align: center;
}

.home-call ul li p {
    font-weight: 600;
    font-size: 17px;
    color: #000;
}

.home-call ul li a {
    font-weight: 600;
    font-size: 30px;
    color: #222;
}

.vc_row.wpb_row.vc_row-fluid.footer-top-area {
    padding: 50px 0;
}

.footer-top-head h5 {
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #ee592d;
}
.footertop-area {
    background-color: #02355a;
    z-index: 0;
}
.homepage-area {
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    padding: 55px 55px 40px;
	margin-top:-40px;
}
.footsh {
    margin-top: -45px!important;
}
.homepage-area h4 {
    color: #02355a;
    font-size: 25px; line-height:24px;
}
.homepage-area p {
    font-size: 17px;
    color: #ee592d;
    padding: 10px 0;
}
.homepage-area .wpcf7-text {
    height: 45px;
    border-radius: 0;
    border: 0px;
    color: #222;
	font-size: 14px;
    padding-left: 15px;
    border-bottom: 1px solid #2222227a;
}
.fld i {
    position: absolute;
    right: 15px;
    top: 22px;
    color: #222222;
	    width: 10px;
}

.fld { position: relative; }
.homepage-area .wpcf7-textarea { font-size: 14px; height: 100px; color: #222; border:0; border-radius: 0px; padding-left: 15px;  border-bottom: 1px solid #2222227a; }
.homepage-area .wpcf7-submit {
    width: 100%;
    background-color: #ee592d;
    border-radius: 100px;
    border: 0;
    height: 45px;
    margin: 0 auto;
}
span.wpcf7-spinner {display:none;}

/**footer**/
footer.footerbottom {
    background-color: #000000;
    padding: 50px 0;
}
.logoab p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    padding-top: 10px;
}
.linkarea h5 {
    color: #ed5d21;
    font-size: 20px;
    border-bottom: 1px solid #ed5d26;
    padding-bottom: 15px;
}

.linkarea ul {
    padding: 0;
    margin: 0;
	list-style:none;
}

.linkarea ul li a {
    display: block;
    color: #fff;
    padding-bottom: 0;
    position: relative;
}
.linkarea ul li a::before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 11px;
    display: inline-block;
    padding-right: 6px;
    font-weight: 300 !IMPORTANT;
    vertical-align: middle;
}
.linkarea ul li {
    border-bottom: 1px solid #ffffff3d;
    padding: 10px 0;
}
.copy-bot {
    text-align: center;
    padding: 15px 0;
    background-color: #ee592d;
}
.copy-bott {
    width: 100%;
    text-align: center;
}
.copy-bott p {
    color: #fff;
    font-size: 16px;
}
.cot ul li a::before {
    display: none;
}
ul.info li {
    display: flex;
    gap: 10px;
    align-items: center;
}

ul.info li i {
    color: #fff;
}
.bottotmarea h6 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 16px;
}

.bottotmarea img {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}


/**PPC Marketing Css Start**/

.padding-ppc {
    padding: 90px 0 42px;
    margin-top: -35px;
}
.ppc-area-hd h2 {
        color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin: 0.625rem 0 0.8125rem;
    font-weight: 600;
        text-transform: inherit;
}
.ppc-area-hd p {
    color: #fff;
    font-size: 18px;
    padding: 0px 0 25px;
    line-height: 29px;
}
.ppc-area-hd span {
    color: #ffc720;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Poppins';
}
.ppc-area-hd h1 {
    color: #ffc720;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Poppins';
}
ul.prtner {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}
/*
.top-img img {
    max-width: 650px!important;
    margin-top: -50px;
}
*/
.boxraea img {
    border-radius: 10px;
}
.ppcform {
    text-align: center;
    background-color: #000;
    border-radius: 0px;
    padding: 20px 25px 35px ;
    margin-left: 0px; border-radius:10px;
}
.ppc-area-hd {
    padding-top: 30px;
	width:97%;
}
.ppcform h5 {
    font-size: 35px;
    color: #fff;
    line-height: 35px;
	    padding-bottom: 0;
	    font-weight: 600;
}

.ppcform h6 {
    font-size: 25px;
    color: #fff;
    padding: 15px 0;
    border-bottom: 5px solid #ffffff40;
    font-weight: 400;
    margin-bottom: 21px;
	line-height: 20px
}
.ppcform .wpcf7-text::placeholder {
    color: #0c214c;
}
.ppcform .wpcf7-text {
    border-radius: 5px;
    height: 63px;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}
.ppcform i {
    position: absolute;
    top: 23px;
    font-size: 20px;
    color: #15274d;
}
.ppcform .wpcf7-textarea {
    height: 100px;
    border-radius: 0;
    font-size: 15px;
}
.ppcform input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
    width: 100%;
    border: 0;
    padding: 0 20px;
    background-color: #f8581a;
    border-radius: 0;
	color: #fff;
    margin-top: 0px;
    height: 60px;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
	overflow:hidden; border-radius:5px;
}
.but i {
    display: block;
    background-color: #f8581a;
    width: 61px;
	color: #fff;
    height: 60px;
    top: 0px;
    border-left: 1px solid #ffffff69;
    font-size: 25px;
    right: 4px;
    line-height: 60px;
}
.padding-top-bottm {
    padding: 60px 0;
}
.txtsame h2 {
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 500;
}
.txtsame h4 {
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
}
.txtsame p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.padding-50 {padding-bottom:50px;}
.bgcolor-blue {
    background-color: #002743;
    padding: 50px 0 80px;
    margin-bottom: 50px;
}
.boxraea h4 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 20px 0 0;
}
.boxraea h5 {
color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 20px 0 0;
    line-height: 28px;
}
.boxraea p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
}
h3.whitehead {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 45px;
}
.text-green {
    display: flex;
    gap: 15px;
    align-items: center;
}

.text-green span {
    color: #2f7554;
    font-size: 50px;
    font-weight: 900;
    margin-right: 0.8125rem;
    margin-top: 0;
}

.text-green p {
    font-size: 22px;
    color: #2f7554;
}
.btn-rt ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    gap: 15px;
}

.btn-rt ul li a {
    font-size: 14px;
    font-weight: 600;
    min-width: 10rem;
    padding: 0.75rem 1rem;
    text-align: center;
    color: #333;
    display: inline-block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    background-color: #e5e5e5;
}

.btn-rt ul li a:hover {
    background-color: #024c7f;
    color: #fff;
}
.pdtop {padding-top:80px;}

ul.advertising {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.ag {
    margin-top: 15px;
}
.addverting h4 {
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    line-height: 35px;
    padding-bottom: 20px;
}


.padding-100 {padding:0px 0 60px;}

.laptoparea {padding:60px 0; background-image:url('img/background-system.html');}
.headerr h4 {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 40px!important;
}
.whitebxx::after  {
        content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffc720;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffc720),to(#ffa530));
    background: -o-linear-gradient(top,#ffc720 0,#ffa530 100%);
    background: linear-gradient(180deg,#ffc720 0,#ffa530);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc720",endColorstr="#ffa530",GradientType=0);
    opacity: 0;
    -webkit-transition: .2s ease;
    -o-transition: ease .2s;
    transition: .2s ease;
}

.whitebxx p {
    color: #666666;
}
.whitebxx {
	position:relative;
    background-color: #fff;
    text-align: center;
    padding: 55px;
    box-shadow: rgb(0 0 0 / 50%) 0px 8px 24px;
}

.whitebxx h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 10px;
}
.wewidthh {
    width: 95%;
    margin: 0 auto!important;
}
.bg-color-grey {background-color: #e5e5e5; padding:70px 0;}
.business-portfolio {
    text-align: center; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.linkareaa {
    background-color: #fff;
    padding: 10px 0;
}

.linkareaa  a {
    font-weight: 600;
    font-size: 28px;
    display: block;
    color: #222222;
}

.platform-img img {
    width: 100%;
}

ul.case-result-list.list-unstyled {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 10px 0;
}

ul.case-result-list.list-unstyled li {
    width: 50%;
}

strong.font-weight-bold.h3 {
    font-size: 35px;
    font-family: 'Poppins';
}

strong.d-block.font-weight-normal {
    font-weight: 800;
    font-family: 'Poppins';
}
.footerleft-area h5 {
    font-size: 33px;
    line-height: 56px;color:#fff;
}
.footerleft-area h4 {
    font-size: 33px;
    line-height: 56px;color:#fff;
}

.footerleft-area {
    padding: 70px 50px 60px 100px;
}
.padding-70 {
    background-color: #002743;
}
.footerleft-area p {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;color:#fff;
}

.flex-area {
    display: flex;
    width: 100%;
}

.bxx {
    width: 100%;
}

.bxx p {
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 24px;
}


.bxx span {
    display: block;
    font-family: 'Poppins';
    line-height: 30px;
    font-weight: 500;
    font-size: 16px;color:#fff;
}
/**PPC Marketing Css End**/

.notes {width: 70%;margin: -17px auto 0;}
.note_list { position: relative;}
ul.note_list {position: relative; padding:0; margin:0; list-style:none; }
ul.note_list li {display:none; color: #ee592d; font-weight: 700; font-size:35px; font-family:poppins;}
ul.note_list li .active { display: block }


/**faq**/
.title-faq h3 {
    font-size: 30px;
    color: #27252a;
    padding-bottom: 5px;
    text-align: center;
    padding-bottom: 25px;
}
.title-faq h4 {
    font-size: 30px;
    color: #27252a;
    padding-bottom: 5px;
    text-align: center;
    padding-bottom: 25px;
}
.title-faq h4 span {
color: #ee592d;
	font-weight: 800; }
	
.faq-box h4 {
    display: inline;
    font-size: 16px;
    font-weight: 500;
}
i.vc_toggle_icon{display:none!important;}
.faq-box {
    border-bottom: 1px solid #eee;
    padding: 15px 0!important;
    margin-bottom: 0!important;
}
.faq-box .vc_toggle_title {
    position: relative;
}

.faq-box .vc_toggle_title::before {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}


.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md.faq-box.vc_toggle_active .vc_toggle_title::before {
    display: none;
}

.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md.faq-box.vc_toggle_active .vc_toggle_title::after {
   content: '';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
.faq-bottom-padding {padding:50px 0;}



/**contact page**/
.padding-contact-head {
    padding: 135px 0 100px;
    margin-top: -35px;
}
.contact-head h2 {
    color: #fff;
    font-size: 35px; padding-bottom: 15px;
}
.contact-head h2 span {
    background-color: #f8581a;
    padding: 0 20px;
    border-radius: 100px;
}
.contact-head p {
    font-size: 18px;
    color: #fff;
}
.areacontact {
    border: 1px solid #eee;
    border-radius: 40px;
    margin-top: -100px!important;
	    margin-bottom: 145px!important;
    background-color: #fff;
    overflow: hidden;
}

.ornd {
    background-color: #f8581a;
}

.contformarea {
    text-align: center;
    padding: 30px 25px;
}

.cont-hed h5 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.cont-hed p {
    font-size: 20px;
    padding: 10px 0; color: #fff;
}

.contformarea .wpcf7-text {
    border-radius: 100px;
    height: 45px;
    padding-left: 20px;
    border: 0px;
    margin-bottom: 10px;
    background-color: #00000014;
}

.contformarea .wpcf7-text::placeholder {
    color: #fff;
    font-size: 14px;
}

.contformarea .wpcf7-textarea {
    height: 100px;
    border-radius: 10px;
    padding-left: 20px;
    border: 0px;
    margin-bottom: 10px;
    background-color: #00000014;
}

.contformarea .wpcf7-textarea::placeholder {
    color: #fff;
    font-size: 14px;
}
.cer-partner {
    text-align: center;
    padding-top: 15px;
}

.cer-partner span {
    color: #f8581a;
    font-size: 32px;
    font-weight: 700;
}

.cer-partner h2 {
    font-size: 30px;
	padding-bottom:10px;
}
.contact-mapp {
    margin-top: 30px;
}

.contact-mapp iframe {
    border-radius: 15px;
    height: 220px;
}
.form-control:focus {box-shadow:none;}
input.wpcf7-form-control.has-spinner.wpcf7-submit.contbutt.btn.btn-primary {
    width: 70%;
    background-color: #ffffff;
	color: #000000;
    border: 0;
    border-radius: 100px;
    height: 40px;
    margin: 0 auto;
}
.part img {
    border: 1px solid #eee;
    border-radius: 15px;
}

.part {
    padding: 0 5px;
}
.bgblue {background-color: #e9f3fd;}
.top-contact {
    margin-top: -102px;
}
.padding-bottom-contact {padding-bottom:100px;}

.locaion {
    border: 1px solid #eee;
    border-radius: 25px;
    background-color: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 12%) 0px 8px 24px;
}

.locaion a {
    display: block;
    margin-top: 10px;
    background-color: #e9f3fd;
    border-radius: 100px;
    color: #666666;
    padding: 7px 0;
}
.social-padding {padding-top:50px;}
.social-facebook a {
    background-image: linear-gradient(to right, #3b5a9a , #264380);
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 30px;
}
.social-skype a {
    background-image: linear-gradient(to right, #00abe5 , #008fbf);
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 30px;
}
.social-linkedin a {
    background-image: linear-gradient(to right, #0077b8 , #015d90);
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 30px;
}

.social-instagram a {
    background-image: linear-gradient(to right, #4f62d1 , #d92f7c);
     color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 30px;
}

.social-twitter a {
    background-color: #1d9bf0;
     color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    text-align: center;
    border-radius: 30px;
}


.social-facebook a i { padding-right: 5px; }
.social-skype a i { padding-right: 5px; }
.social-linkedin a i { padding-right: 5px; }
.social-instagram a i { padding-right: 5px; }
.footercta {
    width: 73%;
    margin: -38px auto 0;
}
.footercta .share-details {
    width: 100%;
    padding-bottom: 0;
    margin-top: 60px;
}


/**about us**/
.ab-us::before {
    content: '';
    position: absolute;
    background-color: #e9f3fd;
    height: 430px;
    width: 100%;
    top: 0;
}
.iconarea-box {
    padding: 40px 30px;
    text-align: center;
    background-color: #e9f3fd;
    border-radius: 15px;
    border: 1px solid #fff;
    width: 85%;
    margin: 0 auto;
}

.iconarea-box span {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    padding-top: 5px;
}
.ab-us {position:relative;}
.ab-cen {
    background: #fff;
    padding: 60px 20px 30px 20px;
    border-radius: 30px;
        margin-top: -104px!important;
    border: 1px solid #eee;
}
.padtoppp {
    padding-top: 35px;
}
.abs-addad h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
}
span.orangetext {
    text-align: center;
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #ee592d;
}

.wpb_text_column.wpb_content_element.hednn h3 {
    text-align: center;
    display: block;
    font-size: 40px;
    padding: 15px 0;
    font-weight: 500;
    color: #222222;
}
.abs-addad h2 span {
    font-size: 34px;
    color: #f8581a;
    font-weight: 700;
}

.abs-addad p {
    font-size: 14px;
    padding-bottom: 10px;
    color: #666666;
    text-align: justify;
}

.pop {padding:50px 0 0;}

.paraab {
    padding-top: 25px;
    text-align: justify;
}

a.all-btn {
    width: 80%;
    background-color: #f8581a;
    color: #fff;
    display: block;
    border-radius: 100px;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}

a.all-btn i {
    padding-right: 5px;
}


.heading-area {
    background-color: #e9f3fd;
    text-align: center;
    padding: 25px 15px;
}

.border-radi {
    border: 1px solid #eeeeee;
    overflow: hidden;
    border-radius: 30px;
    margin-top: -250px;
    background-color: #fff;
}

.heading-area h3 {
    font-size: 25px;
    font-weight: 400;
}

.heading-area h3 span {
    color: #f8581a;
}

.heading-area p {
    font-size: 14px;
    padding-top: 5px;
}

.bo {
    border: 1px solid #e9f3fd;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
    width: 90%;
    text-align: center;
    margin: 20px auto;
}

.bo img {
    display: block;
    margin: 0 auto 15px;
}

.bo span {
    background: #e9f3fd;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
    padding: 5px 0px;
    text-transform: uppercase;
    display: block;
    width: 80%;
    margin: 0 auto;
}

.miss {
    position: relative;
}

.miss::before {
    content: '';
    position: absolute;
    background-image: url('img/ads-dad-mission.html');
    width: 562px;
    height: 547px;
    left: 0;
    top: 0;
}

.missionpara h2 {
    font-size: 30px;
    font-weight: 600;
}

.missionpara h2 span {
    color: #f8581a;
}

.missionpara {
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 100px 40px 40px 135px;
    width: 100%;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}
.missionpara::before {
    content: '';
    position: absolute;
    background-color: #e9f3fc;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
}

.missionpara ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.missionpara ul li {position: relative;padding-bottom: 15px; padding-left:35px;}
.missionpara ul li::before {
    content: '';
    position: absolute;
    background-image: url(img/targeticon.html);
    left: 0;
    top: 3px;
    height: 24px;
    width: 24px;
}
.vf {
    position: relative;
}

.vf::before {
    content: '';
    position: absolute;
    background-image: url('img/visionpic.html');
    width: 383px;
    height: 471px;
    left: 0;
    top: 0;
}
.visonpara::before {
    display: none;
}
.visonpara {
    border: 0;
    padding: 0;
}

a.oursservlink {
    display: block;
    background-color: #f8581a;
    width: 30%;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}

a.oursservlink:hover {
    background-color: #222222;
}

.heading-pop {
    background: #02355a;
    text-align: center;
    padding: 15px 0px;
}

.heading-pop h6 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
	padding-bottom: 0;
}

.heading-pop p {
    font-size: 18px;
    color: #f8581a;
}

.ourproject-form .wpcf7-text {
    border-radius: 100px;
    padding: 21px;
    margin-bottom: 15px;
    border: 0;
    font-size: 15px;
    background-color: #e9f3fd;
}

.ourproject-form .wpcf7-textarea {
    border-radius: 15px;
    padding: 10px 21px 21px 21px;
    margin-bottom: 15px;
	 border: 0;
    height: 155px;
	font-size: 15px;
    background-color: #e9f3fd;
}

.padd-eq {
    padding: 30px 30px 10px 30px;
}
.buttonpro {
    width: 50%;
    margin: 0 auto;
}
.pum-theme-395 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 0!important;
    border-radius: 0px!important;
    border: 0px solid #eeeeee!important;
    box-shadow: none!important;
    background-color: #fff!important;
	border-radius: 25px!important;
	    overflow: hidden!important;
}
.pum-theme-395, .pum-theme-default-theme {
    background-color: rgb(0 0 0 / 24%)!important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.share.btn.btn-primary {
    background-color: #f8581a;
    width: 100%;
    border: 0;
    margin: 0 auto;
    border-radius: 100px;
   height: 45px;
    font-size: 20px;
	text-transform:uppercase;
}
.certificarea ul {
    justify-content: space-between;
    display: flex;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    gap: 20px;
}
.ourproject-form {
    padding-bottom: 30px;
}
.pum-theme-395 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    right: 10px!important;
    top: 5px!important;
    padding: 0px!important;
    color: #ffffff!important;
    font-family: inherit;
    font-weight: 400;
    font-size: 25px!important;
    border: 0px none #ffffff!important;;
    border-radius: 0px;
    box-shadow: none!important;;
    background-color: transparent!important;
}
.certificarea ul li img {
    border: 1px solid #eee;
    border-radius: 15px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.share.btn.btn-primary:hover {
    background-color: #000000;
}
.certificarea h5 {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    font-size: 30px;
    color: #02355a;
}
.certificarea {
    margin-top: 25px;
}
.leftsideform img {
    position: absolute;
    top: 0;
    z-index: +999;
    left: 36px;
}
.swingimage {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
    z-index: +99;
    display: block;
}
@-webkit-keyframes swinging{
    0%{-webkit-transform: rotate(10deg);}
    50%{-webkit-transform: rotate(-5deg)}
    100%{-webkit-transform: rotate(10deg);}
}
 
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}
img.frmlo {
    width: 50%;
    padding-bottom: 15px;
}
.headcallback {
    text-align: center;
    padding-left: 90px;
    padding-top: 25px;
    padding-bottom: 30px;
    background-image: url(../../uploads/2023/01/contactpagebg.html);
    background-position: center;
    background-size: cover;
}
.zoomInUp img {
    border-radius: 10px;
}
.headcallback span {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.headcallback p {
    color: #fff;
    font-size: 16px;
}

.filedara {
    padding: 25px 15px 25px 115px;
}

.filedara .wpcf7-text {
    border-radius: 100px;
    padding: 21px;
    margin-bottom: 15px;
    border: 0;
    font-size: 15px;
    background-color: #e9f3fd;
}
.filedara .wpcf7-textarea {
    border-radius: 15px;
    padding: 10px 21px 21px 21px;
    margin-bottom: 15px;
    border: 0;
    height: 100px;
    font-size: 15px;
    background-color: #e9f3fd;
}

.filedara input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
    background-color: #ee592d;
    width: 100%;
    border-radius: 100px;
    border: 0;
    height: 40px;
}

.filedara input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary:hover {
    transition: 2s;
    background-color: #b54422;
}

ul.helpstick {
    position: fixed;
    left: 0;
    right: 0;
    list-style: none;
    bottom: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

ul.helpstick.mobshow li {
    text-align: center;
    width: 50%;
    float: left;
}
ul.helpstick.mobshow li:first-child {
    border-right: 1px solid #fff;
}

ul.helpstick li a {
    display: block;
    background-image: linear-gradient(180deg,#02355a,#02355a);
    padding: 15px;
    color: #fff;
    font-weight: 600;
}

ul.helpstick.mobshow li {
    color: #000;
    font-size: 20px;
}
.skyppp a i {
    color: #fff;
    font-size: 22px!important;
}

.skyppp {
    margin-right: -65px;
}
ul.helpstick  {display:none!important;}


/*  -----------------sticky-social------------  */
.social li {
	position: fixed;
	top: 85%;
	z-index: 9999;
	padding: 0px;
	margin: 0px;
}
.social .whatsapp {
	right:0;
}
.social .call {
	left:10px;
}
.sticky-social img {
	border-radius: 50%;
	width: 85%;
}
.sticky-social .whatsapp img {
	box-shadow: 0px 0px 10px #358939;
}
.sticky-social .call img{
	box-shadow: 0px 0px 10px #194c92;
}
ul.social {
    list-style: none;
}
/*  -----------------sticky-social------------  */

.wht h4 {
    color: #fff;
    font-size: 30px;
    padding-bottom: 35px!important;
}
.socilbx {
    text-align: left;
	    padding: 45px 30px;
    height: 270px;
}
span.tit {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
	    padding: 5px 0;
    display: block;
}
.socilbx p {
    color: #a8c5d9;
	font-size:14px;
}
.media-managment {
    padding: 10px 0;
}
.mm {
    border-top: 1px solid #00000033;
}
.right-bottom {
    border-right: 1px solid #00000033;
    border-bottom: 1px solid #00000033;
}
.left-bottom {
    border-left: 1px solid #00000033;
    border-bottom: 1px solid #00000033;
}
.botmleft {
	border-left: 1px solid #00000033;
}
.onlybottom{
	border-bottom: 1px solid #00000033;
}

.onlyright {
	border-right: 1px solid #00000033;
}

/**blog css start**/

.page-id-524 .topheader {
    background-color: #000;
}
.page-id-524 header#masthead {
    background-color: #000;
}
.blog-space {padding: 100px 0;}

.single-format-standard header#masthead {
    background-color: #000;
}
.single-format-standard .topheader {
    background-color: #000;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    font-size: 16px;
    background-color: #f8581a!important;
    padding: 8px 10px;
    border-radius: 100px;
    display: block;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}
#recent-posts-2 .nav-item a {
    border: 1px solid #eee;
    color: #222!important;
    margin-bottom: 10px!important;
    font-size: 12px;
}
h2.widgettitle {
    padding-bottom: 10px;
    color: #f8581a;
    font-size: 20px;
}
header.entry-header.sticky {
    background-color: transparent!important;
}
.single #content {
    padding: 100px 0;
}

.vc_grid-item-mini.vc_clearfix {
    border-radius: 15px;
    overflow: hidden;
}

input.search-field.form-control {
    box-shadow: 2px 1px 5px 0 #ccc;
    padding: 10px;
    border-radius: 5px;
    font-family: 'Poppins';
    height: 45px;
    margin-bottom: 15px!important;
}
.st label{
	width:100%;
}
.sidebarform {
    padding: 20px;
    background: #0068a1;
    position: relative;
    border-radius: 15px;
    margin-bottom: 15px;
	margin-top: 0px;
}

.sidebarform h5 {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 10px;
    padding-bottom: 0;
}

.sidebarform p {
    color: #fff;
    font-size: 11px;
    padding: 5px 0;
}

.nhin {
    position: relative;
}
.nhin i{
    left:15px;
}
.nhin input {
    padding-left: 30px;
    font-size: 14px;
    height: 45px;
    margin-bottom: -20px;
}

.nhin .wpcf7-select {
    font-size: 14px;
    height: 45px;
    margin-bottom: -20px;
    padding-left: 30px;
}
.nhin .wpcf7-textarea {
    height: 100px;
    padding-left: 30px;
    font-size: 14px;
    padding-top: 10px;
	 margin-bottom: -20px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.subt.btn.btn-primary {
    width: 100%;
    background-color: #f8581a;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    border: 0px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.subt.btn.btn-primary:hover {
	background-color: #fff;
	color: #222;
}


@media only screen and (min-width: 481px) and (max-width: 768px){
.deskshow {display:none;}
.mobshow {display:block!important;}	
ul.helpstick  {display:block!important;}	
	a.project-rr {display:none;}
	    .navbar-light .navbar-toggler-icon {
        position: relative;
    display: block;
    height: 5px;
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
    width: 45px;
    }
	span.navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    right: 0;
    height: 5px;
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
    width: 45px;
}
	span.navbar-toggler-icon:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 0px;
    right: 0;
    height: 4px;
    background: #fff;
    transition: all 0.2s ease-in-out 0s;
    width: 45px;
}
	.skyppp a i {
    font-size: 40px !important;
}
	.navbar-brand img {
    margin-top: -20px;
}
	.navbar-brand img {
    width: 60%;
}
	.navbar-brand {
    width: 60%;
}
h1.entry-title {
    padding-top: 60px;
}
}







/**Mobile **/


@media only screen and (min-width: 320px) and (max-width: 480px){
    .headcallback span {
        font-size: 18px;
    }
    .headcallback p {
        font-size: 14px;
    }
    .headcallback {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .filedara {
        padding: 15px 15px 15px 115px;
    }
	.linkarea ul li a {
    font-size: 14px;
}
	.blog-text h2 {
    font-size: 18px !important;
    line-height: 26px !important;
}
.blog-text h3 {
    font-size: 18px !important;
    line-height: 26px !important;
}
.blog-text h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}
.blog-text h5 {
    font-size: 18px !important;
    line-height: 26px !important;
}
.blog-text h6 {
    font-size: 18px !important;
    line-height: 26px !important;
}
		.blog-text p {
    font-size: 16px !important;
}
.deskshow {display:none;}
.mobshow {display:block!important;}
#content.site-content { padding-bottom: 0; padding-top: 0; }
.wewidth {width:100%!important; margin:0 auto!important;}
a.project-rr {display:none;}
	ul.helpstick  {display:block!important;}
	h1.entry-title {
    padding-top: 20px;
	font-size: 28px !important;
}

	.nhin i {
    left: 10px;
}
	.box-area h5 {
    font-size: 60px !important;
}

.single.single-post .sidebarform {
    text-align: center !important;
}
	.social-post li {
    padding-top: 5px !important;
}
	.sticky {
    padding: 0px 0 !important;
}
	.skyppp a i {
    font-size: 30px !important;
}
	
	
			.txtsame h4 {
    font-size: 18px;
    line-height: 24px;
}
.boxraea h5 {
    font-size: 18px;
}
.footerleft-area h4 {
    font-size: 18px;
    line-height: 24px;
}
.title-faq h3 {
    font-size: 20px;
}
.heading-home h5 {
    font-size: 18px;
}
/************************Drop Down Area***************************/
.dropdown-menu {
    background: #02355a;
}
#masthead .navbar-nav .dropdown-menu li a { color: #fff; text-transform: capitalize !important; }
.navbar-nav li.dropdown {  position: relative; }
.navbar-nav li.dropdown .dg-btn {position: absolute;height: 35px;right: 0; width: 40px;display: flex;align-items: center;justify-content: center; color: #fff;font-size: 24px;z-index:99;}
.dropdown-toggle::after, ul.dropdown-menu { display: none !important; }
.navbar-nav li.dropdown.mega-toggle-on ul.dropdown-menu{ display:block !important; width:100%; }
.dropdown-menu li { border-bottom: 1px solid #eee; }
.dropdown-menu li:last-child{ border-bottom:0px; }
.dropdown-menu li.current-menu-item { background: #330f48; }
.dropdown-menu li.current-menu-item a {
    color: #ffffff !important;
    background-color: #eb5b2a;
}
.dropdown-menu{ padding:0px; }

/************************Drop Down Area End***************************/


/********************************mobile menu********************************/
.slider {
    height: 290px;
    background-position: center;
    margin-top: -39px;
}
h1.head-rr {
    font-size: 25px;
    top: 75px;
    letter-spacing: 1px;
}
div#text {
    font-size: 25px;
    top: 42%;
}
.mybutton a {
    margin: 135px auto 0;
        width: 70%;
    padding: 7px;
    color: #fff;
    font-size: 14px;
}
ul.certified-area {
    width: 90%;
    margin: -115px auto;
	gap:5px;
}
#masthead nav::before {display:none!important;}
.navbar-brand img {padding-left: 0;width: 50%; margin-top: 0; }
	.navbar-brand {
    width: 60%;
}
.brand img {
    border: 1px solid #eee!important;
    margin-right: 15px!important;
}
header#masthead { position: fixed!important; padding:2px 0px;  margin-bottom: 0; box-shadow: none;  background-color: #000000; }
.top-hd {  padding: 10px 0; background-color: #694285; }
ul.top-hdr { padding: 0; list-style: none; text-align: center; width: 100%;  margin: 0; }
ul.top-hdr li a { color: #fff; font-size: 30px; vertical-align: middle; padding-left: 9px; padding-bottom: 0; font-weight: 800; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {color: #694285; font-weight: 400; background: #69428500; border-radius: 0; }
.navbar-light .navbar-toggler {  border-radius: 100px; background-color: transparent; padding: 12px; }
div#main-nav ul li:last-child {
    border-bottom: 0px;
}
div#main-nav ul li {
    border-bottom: 1px solid #eee3;
}
div#main-nav { position: relative; right: 0; top: 10px; margin-bottom:10px;}
ul#menu-menu-1 {
    padding: 0;
    margin-top: 0px;
    border-radius: 0px;
    background-color: transparent;
    margin-right: 0px;
}	
.current-menu-item { background-color: #69428500; border-radius: 0; }
 #masthead .navbar-nav > li.current_page_item > a { color: #f1592d!important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { color: #ffffff; padding: 5px 0; }
ul.dropdown-menu { padding: 0; margin: 0px!important; }
ul.dropdown-menu li a { padding: 5px 0; font-size: 16px; color: #694285; }
ul.dropdown-menu li:last-child { border-bottom: 0px!important; }
section.main-tittle { text-align: center; background-color: #694285; padding: 1px 0; position: relative; width: 100%; }
section.main-tittle h1 { color: #fff; font-size: 20px; text-transform: uppercase; }

/********************************mobile menu********************************/
	
.padding-contact-head { padding: 20px 0 50px; margin-top: 0px; }
.contact-head h2 { font-size: 20px;padding-bottom: 10px; }
.contact-head p { font-size: 14px; }
.cont-hed h5 {  font-size: 20px; padding-bottom: 0px; }
.contformarea { padding: 30px 5px; }
.cer-partner h2 { font-size: 18px; }
.cer-partner span { font-size: 25px; }
.top-contact { margin-top: 25px; }
.locaion a { margin-top: 15px; font-size: 14px; }
.locaion {  padding: 15px; margin-top: 25px; }
.social-padding { padding-top: 25px; }
.social-facebook a { margin-bottom: 15px; }
.social-skype a { margin-bottom: 15px; }	
.social-linkedin a { margin-bottom: 15px; }	
.social-instagram a { margin-bottom: 15px; }	
.social-twitter a 	{ margin-bottom: 15px; }	
.padding-bottom-contact { padding-bottom: 70px; }
.homepage-area {
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}
.pt {
    margin-top: -30px!important;
}
.share-details { padding: 30px 20px 0;}
.footsh { margin-top: 0px!important; }
.footertop-area { padding: 25px 0; }	
.share-details p { font-size: 18px; padding-bottom: 50px; padding-left:0; text-align:center;}
.share-details a { float: none; right: 0; position: relative;  padding: 8px 20px; font-size: 13px; display:block; text-align:center;}
.homepage-area h4 { font-size: 20px; line-height: 18px; padding-bottom: 5px;font-weight: 700;}	
.homepage-area p { font-size: 16px; padding: 3px 0; }	
.homepage-area .wpcf7-submit {margin:10px 0 auto;}	
.up-footer ul li { font-size: 16px; line-height: 35px; }	
.contact-head {padding: 0 15px;}
.bgblue {background-color:transparent;}
.up-footer h4 { font-size: 20px; line-height: 24px; }
.up-footer { padding-top: 20px; }
.up-footer span {font-size: 30px;}
.up-footer a {font-size: 25px;}

.heading-home h2 { font-size: 20px; padding-bottom: 0; }
.notes { width: 100%; margin: -15px auto 0; }
ul.note_list li {font-size:20px;}
.left-images-area img { margin-left: 0; }
.rqst-call-div .click {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 12px;
}
.rqst-call-div { margin: 15px auto!important; }
.rqst-main-div {
    transform: rotate(0deg);
    position: relative;
    right: 0;
    bottom: 0;
}	
.rev { display: flex; flex-direction: column-reverse;}	
.lightorange {
    background-color: #f957271a;
}	
.heading-home {
    padding-top: 20px;
	padding-bottom:0;
}

.marketing-box p {
    font-size: 16px;
    line-height: 24px;
}
.marketing-box {
    padding-top: 25px;
}
.marketing-box h2 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}	
.marketing-box span {
    font-size: 15px;
    padding-bottom: 5px;
}
.padding-top-bot {
    padding: 25px 0;
}
.linkarea {
    margin-top: 25px;
}
.hednn h3 {
    font-size: 20px;
}
.heading-area h3 {
    font-size: 20px;
}
.copy-bott p {
    font-size: 14px;
}
.logoab {
    text-align: center;
}
.testimonials-area {
    padding: 40px 0;
    margin-top: 30px;
}
.share-details {margin-top: 0;}
.button-74 {
    font-size: 16px;
    line-height: 38px;
    margin-top: 5px;
    margin-bottom: 25px;
}
	.ab-cen {padding:25px 10px;}
.qutes-tst i {  font-size: 40px; }
.review-bx { padding: 15px; margin: 0 0 10px 0; }
.strr span { font-size: 18px; }
.strr i {font-size:14px;}
a.oursservlink { width: 100%; font-size: 15px; }	
.ab-cen { padding: 25px 0px;  margin-top: 0px!important;  }	
	.iconarea-box span { padding-top: 0; font-size: 14px; }
.hednn h3 { font-size: 20px!important; }
.iconarea-box { padding:20px;  width: 95%; }	

.part {
    text-align: center;
    padding: 0;
}
.border-radi {
    margin-top: 15px;
}	
a.all-btn {
    width: 100%;
    border-radius: 10px;
}	
.abs-addad h2 {font-size:20px;}
.abs-addad h2 span {font-size:20px;}
.missionpara::before {display:none;}
.vf::before  {display:none;}
.missionpara {
    border: 0px solid #eee;
    padding: 0;
    width: 100%;
    margin-left: 0;
    overflow: inherit;
}
.miss::before 	{display:none;}
.missionpara ul li {
    font-size: 14px;
    font-family: 'Poppins';
}
.ppc-area-hd {
    padding: 0px;
    width: 100%;
    text-align: left;
}
.ppc-area-hd span { font-size: 14px; }
.ppc-area-hd h2 { font-size: 20px; }
.ppc-area-hd p {
    font-size: 14px;
    line-height: 24px;
	padding-bottom:10px;
}
.padding-top-bottm {
    padding: 20px 0;
}	
.txtsame h2 {
    font-size: 20px;
    padding-bottom: 10px;
    text-align: left;
}
.navbar-light .navbar-toggler-icon {
        position: relative;
        display: block;
        height: 2px;
        background: rgb(255, 255, 255);
        transition: all 0.2s ease-in-out 0s;
}
span.navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: rgb(255, 255, 255);
    transition: all 0.2s ease-in-out 0s;
}
span.navbar-toggler-icon:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: rgb(255, 255, 255);
    transition: all 0.2s ease-in-out 0s;
}	
ul#menu-menu-1 li {
    padding: 0;
}	
.ppcform {
    padding: 15px;
    margin-top: 25px;
}
	ul.advertising { gap: 10px;}

.ppcform h6 {
    padding: 10px 0;
    margin-bottom: 15px;
	        font-size: 22px;
}
.ppcform input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
    font-size: 18px;
}
	.box-area {margin-bottom:15px!important	}
.padding-ppc {
    padding: 65px 0 42px;
}	
.txtsame p {
    font-size: 16px;
    line-height: 24px;
}	
.text-green span {
    font-size: 35px;
}
.boxraea p {
    padding-top: 0;
}
.faq-bottom-padding {
    padding: 30px 0 0;
}
.flex-area {
    display: block;
}
.text-green {
    gap: 0px;
    margin-top: 10px;
}
.text-green p {
    font-size: 13px;
    line-height: 20px;
}	
.pdtop {
    padding-top: 20px;
}
.btn-rt ul li a {
    font-size: 10px;
    min-width: 1rem;
    padding: 0.75rem 9px;
}
h3.whitehead {
    font-size: 25px;
	padding-bottom: 0;
}
.boxraea h4 {
    font-size: 20px;
    padding: 15px 0 0;
}
.boxraea {
    padding-bottom: 20px;
}
.bgcolor-blue {
    padding: 20px 0 0px;
    margin-bottom: 25px;
}	

.footerleft-area {
    padding: 25px 10px;
}
.footerleft-area h5 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}
.footerleft-area p {
    font-size: 14px;
    padding: 5px 0;
}
.bxx span {
    font-size: 14px;
}
.title-faq h4 {
    font-size: 20px;
    padding-bottom: 0;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 0!important;
}
.faq-box h4 {
    font-size: 13px;
}
.whitebxx {
    padding: 25px;
    margin-bottom: 15px;
}
.laptoparea {
    padding: 30px 0;
}
.linkareaa a {
    font-size: 20px;
}
.business-portfolio {
    margin-bottom: 15px!important; 
}
.bg-color-grey {
    padding: 40px 0;
}	
.addverting h4 {
    font-size: 22px;
	line-height: 24px;
    padding-bottom: 5px;
}	
.headerr h4 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px!important;
}
.padding-100 {
    padding: 0 0 20px;
}	
span.orangetext { font-size: 25px; }
.hednn h3 { font-size: 20px; padding: 5px 0; }	

.sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sticky-footer a {
    border-radius: 0;
    height: auto;
    font-size: 1.3125rem;
    padding: 0.575rem 0.5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    border-right: 2px solid #ffc142;
    color: #3b2200;
}
.heading-pop h6 {
    font-size: 18px;
}
.heading-pop p {
    font-size: 14px;
}
.buttonpro {
    width: 100%;
    margin: 0 auto;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.share.btn.btn-primary {
    font-size: 14px;
}
.certificarea h5 {
    padding-bottom: 20px;
    font-size: 20px;
}
.certificarea ul li img {
    border-radius: 0;
}	
}



/* --------------------------blog-css--------------------- */


.single-post .site-content {
    padding-top: 100px !important;
     padding-bottom: 150px !important;
}
.social-post li {
    background: #0068a1;
    width: 35px;
    height: 30px;
    text-align: center;
    padding-top: 2px;
}

.social-post li a i {
    color: #fff;
}
.social-post {
    padding: 15px 0 0;
      display: flex;
    list-style: none;
    gap: 15px;
}
.widget_text {
    position: sticky;
    top: 70px;
}
.breadcrumb {
    background: transparent;
    padding: 20px 0 0;
    color: #0068a1;
}

.breadcrumb a {
    text-decoration: underline;
}
.post-template-default.single.single-post .container {
	max-width: 1250px;
}

.post-thumbnail {
    width: 100%;
    margin-bottom: 25px;
	border-radius: 10px;
}
h1.entry-title {
    font-size: 34px;
    padding-bottom: 10px;
    border-bottom: 0;
	    padding-top: 0px;
}


.single.single-post .site-main img {
	    border-radius: 10px;
}
.single.single-post .site-content {
    padding-bottom: 100px !important;
}
.twit-icon {
    width: 55%;
    filter: invert(1);
}
.blog-text h2 {
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
}
.blog-text h3 {
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
}
.blog-text h4{
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
}
.blog-text h5 {
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
}
.blog-text h6 {
    font-size: 35px;
    padding-bottom: 20px;
    font-weight: 500;
    line-height: 40px;
}

.blog-text p {
    font-size: 18px;
    line-height: 30px;
	text-align:justify;
    font-weight: 300;
}