/*

 * 01 Genral style 
 **  1.1 SVG default css	
 **  1.2 Button style
 **  1.3 Form style
 **  1.4 mCustom Scrollbar style
 **  1.5 Slick slider navigators style

 * 02 Header style 
 * 03 Homepage content part
 * 04 Footer Style
 * 05 Model Popups
 * 06 CMS Content Style
 * 07 Inner Pages

font-family: 'Montserrat', sans-serif;

*/


/* 01 Genral style */
*{padding:0; margin:0; border:none; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b{font-weight:bold}
em, i{font-style:italic;}
u{text-decoration:underline}
a{text-decoration: none;}
*:focus{outline: none;}
a:hover, a:focus {text-decoration: none; outline: none !important;}
button[type="button"]:focus{outline: none;}
p{line-height:1.6;font-size: 1rem;color:#666666;font-weight:400;margin-bottom:1rem;}
p:last-child{margin-bottom:0;}
a{color: #ed2024;}  
a:hover{color: #282562;}
ul>li, ol>li{margin: 0;}

button:not(.primary){box-shadow: none; border: none;}

a:visited, .alink:visited, a:hover, a:focus, a:hover, .alink:hover{color: #212529;} 
.dropdown-item{font-size: 0.875rem; padding: .25rem 1rem} 
.dropdown-item.active, .dropdown-item:active{background: #ff9636;}

/* 1.1 SVG default css*/
svg:not(:root).svgIcon { overflow: visible }
.svgIcon{display: inline-block; font-size: inherit; width:1em; height: 1em; overflow: visible; vertical-align: middle; }
.svg-icons{ display: inline-block; font-size: inherit; height: 1em; overflow: visible; vertical-align: -.125em }
/*SVG default css*/
.mCS_no_scrollbar_y{margin-right: 0 !important;}
.container{width: 100%; max-width: 1366px;}
img{display: block; max-width:100%; max-height:100%; width:auto; height:auto}
.imgMain{position: relative;}
.absoImg{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;}
.wrapper{display:block; width:100%; overflow:hidden; min-height: 100vh; position: relative;}
html{font-size:16px;}
body{display:block; width:100%; padding:0; margin:0; font-family: 'Montserrat', sans-serif; font-weight:400; line-height:1.4; color:#000000; background-color:#fff;}
body.homePage{background-color:#f0f0f0;}
.d-none{display:none;}
.d-display{  display:block;}
.bodyFixed{overflow: hidden;}
.trans{-moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}

.btn{display: inline-block; min-width: 108px; width: auto; padding: 8px 15px; font-size: 14px; line-height: 1.4; font-weight: 400; letter-spacing: 0; text-align: center; color: #333; border-radius: 3px; transition: all 0.4s ease-in-out;} 
.btn:hover{transform: translateY(-1px); box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);}
.btn.btn-border{border: 2px solid #333;}
/*.btn.btn-white{color: #fff;}*/
.btn.btn-white.btn.btn-border{border-color: #fff; color: #fff; background-color: transparent; } 
.btn.btn-white.btn.btn-border:hover{background: #fff; color: #083863}

.btn-red{background: #D76670; color: #fff; box-shadow: 0px 3px 4px #00000029;}
.btn-red:hover{background-color: #333; color: #fff;}
.btn-blue{background: #49A4E3; color: #fff; box-shadow: 0px 3px 4px #00000029;}
.btn-blue:hover{background-color: #F2AC5C; color: #fff;} 
.btn-gray{background: #A8A8A8; color: #fff; box-shadow: 0px 3px 4px #00000029;}
.btn-gray:hover{background-color: #333; color: #fff;}
.btn-white{background: #fff; color: #000000; box-shadow: 0px 3px 4px #00000029;} 
.btn-white:hover{background-color: #333; color: #fff;}

.pull-left{float: left;} 
.pull-right{float: right;}


/*-----sticky social----*/
.sticky_social{position: fixed;top: 50%;right: 0;z-index: 9999;-webkit-transform: translateY(-50%);transform: translateY(-50%);
overflow: hidden; display: none;}
.sticky_social a{display: block;font-size: 18px;color: #fff;line-height: 26px;padding: 12px 15px;}
.sticky_social a.fb{background: #3d5b9b;}
.sticky_social a.twitter{background: #5da6db;}
.sticky_social a.linkedin{background: #017fb2;}
.sticky_social a.instagram{ background-image: linear-gradient(to bottom, #a438ad, #b234a1, #bc3195, #c43289, #ca357e, #d33b75, #da426d, #df4b65, #e8575d, #ee6555, #f3744d, #f58346);}
.sticky_social a:hover{background: #f66832;}
/*-----sticky social----*/
/*--Banner Section-----*/
.bannerSec{width: 100%;height: 763px;background: url(../images/homebanner.png) no-repeat center center;background-size: cover;}
.homebanner .logomain{padding-top: 0px;}
.homebanner{padding: 70px 0;}
.homebanner .logomain .sendemail{position: relative;display: inline-block;font-size: 44px;line-height: normal;color: #000;
font-weight: normal;text-align: center;transition: all 0.4s ease-in-out;font-family: 'Bebas Neue', cursive;}
.homebanner .logomain .sendemail img{}
.homebanner .logomain .sendemail:hover{color: #000;}


.homebanner .decrigth{float: left;padding-right: 50px;padding-top: 170px;}
.homebanner .decrigth .slidtitle{color: #000;font-size: 42px;font-weight: 700;line-height: 52px;margin-bottom: 40px;font-family: 'Roboto Condensed', sans-serif;
display: inline-block;}
.homebanner .decrigth .slidedec{color: #8d8d9b;font-size: 32px;line-height: 42px;font-weight: normal;margin: 0;margin-bottom: 20px;
font-family: 'Roboto Condensed', sans-serif;}

.homebanner .getstatrbtn .getbtn{font-size: 15px;color: #fff;background: #2eb0d2;padding: 10px 20px;display: inline-block;border-radius: 5px;
transition: all 0.4s ease-in-out;margin-bottom: 10px;margin-right: 10px;width: 177px;line-height: 19px;font-weight: 600;
border: 2px solid transparent!important;outline: none;}
.homebanner .getstatrbtn .getbtn:last-child{margin-right: 0;transition: all 0.4s ease-in-out;}
.homebanner .getstatrbtn .getbtn:hover{color: #2eb0d2;background: #fff;border: 2px solid #2eb0d2!important;}
.homebanner .getstatrbtn .getbtn2{background: #e9bc3d;}
.homebanner .getstatrbtn .getbtn2:hover{color: #e9bc3d;background: #fff;border: 2px solid #e9bc3d!important;}
.homebanner .getstatrbtn .getbtn3{background: #db9138;}
.homebanner .getstatrbtn .getbtn3:hover{color: #db9138;background: #fff;border: 2px solid #db9138!important;}
.homebanner .imgright{float: right;padding-top: 47px;}
.homebanner .imgright .imgslid{padding-left: 0;height: auto;}

/*-- / end Banner Section-----*/

/*---logo slider---*/
.logoslidsec{background: #ececf1;padding: 30px 0;}
.logoslidsec .sectitle{margin-bottom: 15px;font-size: 20px;font-weight: 600;line-height: normal;color: #000;
text-align: center;}

.logoslidsec .logo_slider .logo{float: left;text-align: center;box-sizing: border-box;margin: 0;padding: 0;}
.logoslidsec .logo_slider .logo:first-child{margin-left: 5px;}
.logoslidsec .logo_slider .logo a{width: 94%;display: block;position: relative;padding-bottom: 121px;background: #fff;border-radius: 5px;
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);}
.logoslidsec .logo_slider .logo img{padding: 10px;max-width: 100%;max-height: 100%;box-sizing: border-box;position: absolute;
left: 0;right: 0;top: 0;bottom: 0;margin: auto;}

/*.logoslidsec .logo_slider .slick-arrow{width: 32px;height: 32px;position: absolute;left: -20px; font-size: 0; background: none; border: none;  outline: none !important;top: 38%;}*/
.logoslidsec .logo_slider .slick-arrow span{display: none;}
/*.logoslidsec .logo_slider .slick-prev.slick-arrow:before{content: "";width: 12px;height: 12px;border-bottom: 2px solid #000;border-left: 2px solid #000;position:absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
.logoslidsec .logo_slider .slick-next.slick-arrow:before{content: "";width: 12px;height: 12px;border-bottom: 2px solid #000;border-left: 2px solid #000;position:absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}*/
/*.logoslidsec .logo_slider .slick-arrow.slick-next{left: inherit; right: -20px;transform: rotate(180deg);}*/

.logoslidsec .logo_slider .slick-arrow.slick-prev{left: -15px;}
.logoslidsec .logo_slider .slick-arrow{width: 32px;height: 32px;position: absolute;font-size: 0;background: none;
border: none;outline: none !important;top: 20%;}
.logoslidsec .logo_slider .slick-prev.slick-arrow::before{content: "";width: 18px;height: 18px;border-bottom: 4px solid #000;
border-left: 4px solid #000;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
.logoslidsec .logo_slider .slick-arrow.slick-next{left: inherit;right: -10px;transform: rotate(180deg);}
.logoslidsec .logo_slider .slick-next.slick-arrow::before{content: "";width: 18px;height: 18px;border-bottom: 4px solid #000;
border-left: 4px solid #000;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}

/*---logo slider---*/

/*------degital marketing--------*/
.degitalwrapper{padding: 70px 0;}
.degitalwrapper .degitaltitle{padding-bottom: 30px;}
.degitalwrapper .degitaltitle .degidec{font-size: 24px;line-height: normal;font-weight: 600;margin: 0;color: #000;
margin-bottom: 25px;text-align: center;padding: 0 100px;}
.degitalwrapper .degitaltitle .degiexper{font-size: 28px;line-height: normal;font-weight: 600;margin: 0;color: #000;
text-align: center;}
.degitalwrapper .degitalmarke .icondegital{text-align: center;}
.degitalwrapper .degitalmarke .svgicon{fill: #f66832;width: 70px;height: 70px;text-align: center;}
.degitalwrapper .degitalmarke{padding: 40px 15px;transition: all 0.4s ease-in-out;border-radius: 5px;}
.degitalwrapper .degitalmarke:hover{background: #ececf1;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);}
.degitalwrapper .degitalmarke .sectitle{margin-bottom: 25px;font-size: 20px;font-weight: 700;line-height: normal;color: #000;
text-align: center;margin-top: 25px;}
.degitalwrapper .degitalmarke .degitaldec{color: #666666;font-weight: 500;font-size: 16px;line-height: 24px;margin-bottom: 25px;
	text-align: center;}
/*.degitalwrapper .degitalmarke .degitaldec.degdec{min-height: 100px;}*/
.degitalwrapper .degitalmarke .getstatrbtn{text-align: center;}
.degitalwrapper .degitalmarke .getstatrbtn .getbtn{font-size: 16px;color: #f66832;background: #fff;padding: 18px 25px;display: inline-block;border-radius: 5px;
transition: all 0.4s ease-in-out;line-height: normal;font-weight: 600;
border: 2px solid #f66832;outline: none;transition: all 0.4s ease-in-out;width: 296px;}

.degitalwrapper .degitalmarke:hover .getbtn{color: #fff;background: #f66832;border: 2px solid transparent;}
.degitalwrapper .degitalslider{display: flex;}
.degitalwrapper .degitalslider .degitalmarke{margin-left: 15px;margin-right: 15px;}
.degitalwrapper .degitalslider .slick-arrow{width: 32px;height: 32px;position: absolute;left: -10px; font-size: 0; background: none; border: none;  outline: none !important;top: 50%;}
.degitalwrapper .degitalslider .slick-arrow span{display: none;}
.degitalwrapper .degitalslider .slick-prev.slick-arrow:before{content: "";width: 12px;height: 12px;border-bottom: 2px solid #dddedf;border-left: 2px solid #dddedf;position:absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
.degitalwrapper .degitalslider .slick-next.slick-arrow:before{content: "";width: 12px;height: 12px;border-bottom: 2px solid #000;border-left: 2px solid #000;position:absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transform: rotate(45deg);}
.degitalwrapper .degitalslider .slick-arrow.slick-next{left: inherit; right: -10px;transform: rotate(180deg);}
/*------degital marketing--------*/
/*--footer sec--*/
.footersec .footerlogo{display: inline-block;}
.footersec .footercategory{padding: 30px 0;text-align: center;}
.footersec .footercategory .catemain {margin: auto;/*white-space: nowrap;overflow: auto;*/max-width: 100%;display: inline-block;vertical-align: top;}
.footersec .footercategory .catemain ul{}
.footersec .footercategory .catemain li{margin: auto;display: inline-block;text-align: center;}
.footersec .footercategory .catemain .footcet .footmenu img{display: inline-block;}
.footersec .footercategory .catemain li a.active{color: #f66832;}
.footersec .footercategory .catemain li a{color: #000;transition: all 0.4s ease-in-out;font-size: 18px;
line-height: normal;font-weight: 500;padding: 10px 20px;display: inline-block;}
.footersec .footercategory .catemain li a:hover, .footersec .footercategory .catemain li.current-menu-item a{color: #f66832 !important;}
/*--footer sec--*/


/*---form contact-----*/
.contactsec{padding: 0 0px;}
.contactsec .contacleft .contact .input-text::placeholder {color:#666;}
.contactsec .contacleft .contact .input-text:-ms-input-placeholder {color:#666;}
.contactsec .contacleft .contact .input-text::-ms-input-placeholder {color:#666;}
.contactsec .contacleft .contact .fieldset {margin-bottom:25px;}
.contactsec .contacleft .contact .field.comment {margin-bottom:12px;}
.contactsec .contacleft .contact .field.comment:last-child{margin-bottom:0px;}
.contactsec .contacleft {border-radius:4px;}
.contactsec .contacleft .contact .field {margin:0 0 10px;text-align:left;display:inline-block;width:100%;padding:0;padding-right: 10px;}
.contactsec .contacleft .contact .field.halfLayout {width:50%;float:left;padding: 0; padding-right: 10px;}
.contactsec .contacleft .contact .input-text {width:100%;height:52px;font-size:16px;border-bottom:1px solid #cdcdcd;color:#000;box-shadow:none;border-radius:0px;
font-weight: normal;line-height: 1.4;}
.contactsec .contacleft .contact .actions-toolbar {margin:0;text-align: center;}

.contactsec .contacleft .contact .field>.label {margin:0 0 3px;}
.contactsec .contacleft .contact .input-text {width:100%;height:46px;padding:10px 15px;font-size:14px;border:1px solid #cdcdcd;color:#000;
line-height:1.4;resize:none;border-radius: 3px;box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.15);font-weight: 500;}
.contactsec .contacleft .contact .btn {background:#f66832;color:#fff;display:inline-block;width:100%;padding:12px 25px;font-size:16px;line-height:1.4;font-weight:600;letter-spacing:0;text-align:center;
outline:none !important;transition: all 0.4s ease-in-out;border: solid 2px #f66832;border-radius: 3px;}
.contactsec .contacleft .contact .btn:hover {color:#f66832;border: solid 2px #f66832;background: #fff;transform: inherit;}

.contactsec .contacleft .contact .field.submitsl {text-align: center; margin-top: 15px;}

.contactsec.formsl {display: none; transition:all 0.4s ease-in-out;}
.contacleft .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .contacleft .wpcf7-form-control-wrap label.error, .contacleft .error {
position: absolute; right: 0; top: -31px; width: auto; height: auto; margin: 0; font-size: 11px!important; line-height: 11px!important;
background: #fb0101; padding: 5px 5px 4px!important; color: #fff!important;}
.contacleft .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after, .contacleft .wpcf7-form-control-wrap label.error:after, .contacleft .error:after {
border-color: #fb0101 transparent transparent; -o-border-image: none; border-image: none; border-right: 6px solid transparent; border-style: solid; border-width: 6px; content: ""; height: 0; left: 5px; position: absolute; top: 100%;
 width: 0;}

 .clirevcol .contactsec .contacleft .contact .field.comment .input-text{height: 116px;}
/*---form contact-----*/


/*---contact sec----*/
.innerpage{padding: 40px 0;}
.contactwrapper{}
.contactwrapper .contactcol{padding: 0 100px;display: inline-block;}
.contactwrapper .conttilemain{}
.contactwrapper .conttilemain .slidtitle{font-size: 42px;font-weight: 700;line-height: 52px;color: #000;margin-bottom: 10px;text-align: center;
	font-family: 'Roboto Condensed', sans-serif;}
.contactwrapper .conttilemain .slidedec{color: #8d8d9b;font-size: 18px;font-weight: normal;line-height: 30px;margin-bottom: 60px;text-align: center;
font-family: 'Roboto Condensed', sans-serif;}

.contactwrapper .contformpage .formsec{padding: 40px 30px;background: #ececf1;border-radius: 5px;}
.contactwrapper .contformpage .formsec .formtitle{font-size: 24px;line-height: normal;font-weight: 700;
text-align: center;margin-bottom: 15px;}
.contactwrapper .contactsec .contacleft .contact .field.halfLayout{width: 100%;}
.contactwrapper .contactsec .contacleft .contact .field.halfLayout{padding-right: 0;margin-bottom: 15px;}
.contactwrapper .contactsec .contacleft .contact .field{padding-right: 0;}
.contactwrapper .contactsec .contacleft .contact .fieldset{margin-bottom: 30px;}
.contactwrapper .contactsec .contacleft .contact .input-text.textarea{height: auto;}
.contactwrapper .actions-toolbar .primary .btn{width: 100%;}
.contactwrapper .contformpage .infosec .formtitle{font-size: 24px;line-height: normal;font-weight: 700;
text-align: center;margin-bottom: 5px;}
.contactwrapper .contformpage .infosec .slidedec{color: #666666;font-size: 20px;font-weight: normal;line-height: 30px;margin-bottom: 10px;text-align: center;
font-family: 'Roboto Condensed', sans-serif;}
.contactwrapper .emailsec{text-align: center;margin-bottom: 35px;}
.contactwrapper .emailsec .sendemail{position: relative;display: inline-block;font-size: 20px;
line-height: 30px;color: #000;font-weight: normal;text-align: left;transition: all 0.4s ease-in-out;padding-right: 20px;
border-right: 1px solid #d9d9d9;padding: 5px 20px 5px 45px;vertical-align: middle;}
.contactwrapper .emailsec .sendemail.map{margin-left: 20px;width: 48%;line-height: 24px;}
.contactwrapper .emailsec .sendemail:last-child{padding-right: 0;border:0;}
.contactwrapper .emailsec a.sendemail:hover{color: #f66832;}
.contactwrapper .emailsec .sendemail img{position: absolute;content: '';left: 0;}
.contactwrapper .google-map iframe{width: 100%;height: 455px;border: 10px solid #fff;box-shadow: -3px 5px 15px 0px rgba(0, 0, 0, 0.15);}
/*---contact sec----*/


/*----service-----*/
.custom-select:focus ,.btn:focus {box-shadow: none !important;}
.bannerSec.bannerservic{width: 100%;height: 700px; background-size: cover !important;}
.bannerservic .homebanner .decrigth{padding-top: 50px;padding-right: 150px;}
.bannerservic .homebanner .decrigth .slidtitle{margin-bottom: 0;margin-bottom: 0px;}
.bannerservic .homebanner .decrigth .slidtitl2{font-weight: normal;margin-bottom: 20px;}
.bannerservic .homebanner .decrigth .slidedec{margin-bottom: 30px;line-height: 33px; font-size: 24px;}
.bannerservic .googleadsmain{display: inline-block;width: 100%;}
.bannerservic .googleadsmain .goadssec{padding: 24px 18px;background: #fff;border-radius: 5px;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);}
.bannerservic .googleadsmain .goadssec .needtitle{font-size: 20px;font-weight: normal;line-height: 26px;color: #000;margin: 0;
	display: inline-block;font-family: 'Roboto Condensed', sans-serif;margin-right: 18px;}
.bannerservic .googleadsmain .goadssec .field{width: 263px;display: inline-block;text-align: left;padding: 0;margin: 0;padding-right: 8px;}

.bannerservic .googleadsmain .goadssec .field .wpcf7-select{color: #a19e9e;height: 46px;cursor: pointer;border: 1px solid #cdcdcd;
background: #fff url("../images/down.png") no-repeat right 0.8rem center; border-radius: 3px;font-size: 14px;font-weight: 500;
line-height: normal;padding: 12px 22px 12px 10px;outline: none; appearance:none; -webkit-appearance:none;}
.bannerservic .googleadsmain .goadssec .field .wpcf7-select:focus{box-shadow: none;}
.bannerservic .googleadsmain .goadssec .bootsel{display: inline-block;}
.bannerservic .googleadsmain .goadssec .bootsel .btn{padding: 12px 12px;font-size: 16px;line-height: normal;font-weight: 600;
background: #f66832;color: #fff;min-width: 0;border: 2px solid transparent;}
.bannerservic .googleadsmain .goadssec .bootsel .btn:hover{color: #f66832;border: 2px solid #f66832;background: #fff;box-shadow: none;
transform: none;}
.bannerservic .homebanner .decslider{padding-right: 10px;}

.bannerservic .googleadsmain .goadssec .wpcf7 {width: 73%; display: inline-block;}
.bannerservic .googleadsmain .goadssec .field .wpcf7-select {width: 100%;}


.custom-select-box{color: #000; height: 46px; cursor: pointer;border: 1px solid #cdcdcd;
background: #fff url("../images/down.png") no-repeat right 0.8rem center; border-radius: 3px;font-size: 14px;font-weight: 500;
line-height: normal;padding: 12px 22px 12px 10px;outline: none; appearance:none; -webkit-appearance:none; width: 100%;}
.custom-select-box:focus{box-shadow: none;}


.text-input-box {color: #000; height: 46px; cursor: pointer;border: 1px solid #cdcdcd; background: #fff; border-radius: 3px;font-size: 14px;font-weight: 500;
line-height: normal;padding: 12px 22px 12px 10px;outline: none; appearance:none; -webkit-appearance:none; width: 100%;}

.google-main-sl .close-btn {position: absolute; top:0px; right: 0px; width: 40px; height: 40px; cursor: pointer;}
.google-main-sl .close-btn:before {right:10px; position: absolute; content: ''; width: 22px; height: 2px; background: #000; top: 20px; transform: rotate(-45deg);}
.google-main-sl .close-btn:after {right: 10px; position: absolute; content: ''; width: 22px; height: 2px; background: #000; top: 20px; transform: rotate(45deg);}



 /*---service filed---*/
.servfilmain{}
.servfilmain .serfilsec{padding: 75px 0;}
.servfilmain .serfilsec .serfilebox{display: block;width: 100%;}
.servfilmain .serfilsec .serfilebox .secbox .serfileboxIcons{width: 114px;height: 114px;background: #fff;
border-radius: 50%;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);margin-bottom: 25px;display: inline-block;
vertical-align: middle;position: relative;}
.servfilmain .serfilsec .serfilebox .secbox .serfileboxIcons img{position: absolute;top: 0;width: 60px;height: 60px;
bottom: 0;margin: auto;left: 0;right: 0;display: block;}
.servfilmain .serfilsec .serfilebox .secTitle{font-size: 22px;font-weight: 600;color: #404040;line-height: 1.2;
transition: all 0.4s ease-in-out;}
.servfilmain .serfilsec .serfilebox .infrabox:hover .secTitle{color: #f66832;}
/*---service filed---*/

/*----not sure start---*/
.serstartmain{}
.serstartmain .serstardecsec{margin-top: 10px;margin-bottom: 70px;}
.serstartmain .serstardecsec .serstartitle{font-size: 28px;line-height: 32px;font-weight: 600;color: #000;margin: 0;text-align: center;
margin-bottom: 12px;}
.serstartmain .serstardecsec .serstrtitle2{font-size: 24px;line-height: normal;font-weight: 600;color: #000;margin: 0;text-align: center;
margin-bottom: 10px;}
.serstartmain .serstardecsec .serstardec{font-size: 16px;line-height: 24px;font-weight: 500;color: #666666;margin: 0;text-align: center;
margin: 0 150px;}
/*----not sure start---*/


/*-----paid ad service-----*/
.paidadsermain{width: 100%;height: 100%;background: url(../images/shapebanner.png) no-repeat center center;background-size: cover;
padding: 250px 0;}

.paidadsermain .row.flex-column-reverse{display: -webkit-box;}

.paidadsermain .paidtitle{font-size: 34px;font-weight: 700;line-height: 44px;color: #000;margin: 0;text-align: left;padding-top: 0px;}
.paidadsermain .padiconta{margin-top: 30px;}
.paidadsermain .padiconta ul{}
.paidadsermain .padiconta ul li{font-size: 20px;line-height: 42px;font-weight: 500;color: #000;margin: 0;position: relative;display: block;
padding-left: 26px;}
.paidadsermain .padiconta ul li:before{position: absolute;left: 0;top: 12px;bottom: inherit;margin: auto;width: 18px;height: 18px;
background: url(../images/svg/checkicon.svg) no-repeat center;content: "";}

.paidadsermain .paidserimg{position: relative;padding-bottom: 75%;width: 100%;}
.paidadsermain .paidserimg img{max-width: 100%;max-height: 100%;display: block;margin: auto;top: 0;right: 0;left: 0;bottom: 0;
position: absolute;}
/*-----paid ad service-----*/

/*----why ppc----*/
.whyppcmain {margin-bottom: 50px;}
.whyppcmain .paidtitle{font-size: 34px;font-weight: 700;line-height: 44px;color: #000;margin: 0;text-align: left;}
.whyppcmain .padiconta{margin-top: 30px;}
.whyppcmain .padiconta ul{}
.whyppcmain .padiconta ul li{font-size: 20px;line-height: 42px;font-weight: 500;color: #000;margin: 0;position: relative;display: block;
padding-left: 26px;}
.whyppcmain .padiconta ul li:before{position: absolute;left: 0;top: 12px;bottom: inherit;margin: auto;width: 18px;height: 18px;
background: url(../images/svg/checkicon.svg) no-repeat center;content: "";}

.whyppcmain .paidserimg{position: relative;padding-bottom: 66%;width: 100%;}
.whyppcmain .paidserimg img{max-width: 100%;max-height: 100%;display: block;margin: auto;top: 0;right: 0;left: 0;bottom: 0;
position: absolute;}
/*----why ppc----*/

/*----google ads----*/
.googleadmain{width: 100%;height: 100%;background: url(../images/shapebanner2.png) no-repeat center center;background-size: cover;
padding: 270px 0;padding-bottom: 140px;}
.googleadmain .paidtitle{font-size: 34px;font-weight: 700;line-height: 44px;color: #000;margin: 0;text-align: center;}


.googleadmain .tabadsdec{font-size: 20px;line-height: 28px;font-weight: 500;color: #000;margin-bottom: 60px;
	margin-left: 150px;margin-right: 150px;text-align: center;}
.googleadmain .sercategory{text-align: center;margin: auto;margin-top: 75px;margin-bottom: 45px;}
.googleadmain .sercategory ul{width: 100%;max-width: 1018px;margin: auto;border:0px;font-size: 0;display: inline-block;}
.googleadmain .sercategory ul li{width: 25%;float: none;display: inline-block;white-space: normal;vertical-align: top;}
.googleadmain .sercategory ul li .adstabstep .tabicon{width: 44px;height: 44px;margin: auto;font-size: 44px;color: #333333;}
.googleadmain .sercategory ul li .adstabstep.active .tabicon{color: #f66832;}
.googleadmain .sercategory ul li .adstabstep:hover .tabicon{color: #f66832;}
.googleadmain .sercategory ul li .serbtn{font-size: 16px;font-weight: 600;line-height: normal;color: #333333;
	transition: all 0.4s ease-in-out;white-space: normal;}
.googleadmain .sercategory ul li:hover .serbtn{color: #f66832;}
.googleadmain .sercategory ul li .active .serbtn{color: #f66832;}
.googleadmain .sercategory ul li .actiads{position: relative;padding: 29px 0;}
.googleadmain .sercategory ul li .actiads:before{content: '';background: #fff;width: 14px;height: 14px;left: 0;
top: 22px;position: absolute;bottom: inherit;margin: auto;border: 2px solid #333333;border-radius: 50%;
z-index: 2;right: 0;}
.googleadmain .sercategory ul li:hover .actiads:before{content: '';background: #fff;width: 17px;height: 17px;
top: 20px;border: 3px solid #f66832;}
.googleadmain .sercategory ul li .active .actiads:before{content: '';background: #fff;transition: all 0.4s ease-in-out;
width: 17px;height: 17px;top: 20px;border: 3px solid #f66832;}
.googleadmain .sercategory ul li .actiads:after{content: "";background: #333333;width: 100%;height: 2px;
left: 0;right: inherit;top: 0;bottom: 0;position: absolute;margin: auto;}


.googleadmain .staradsbtn{text-align: center;}
.googleadmain .staradsbtn .btn{padding: 12px 38px;font-size: 16px;line-height: normal;font-weight: 600;
background: #f66832;color: #fff;min-width: 0;border: 2px solid transparent;display: inline-block;}
.googleadmain .staradsbtn .btn:hover{color: #f66832;border: 2px solid #f66832;background: #fff;box-shadow: none;
transform: none;}
/*----google ads----*/

/*-----logo slider----*/
.logoslidsec2{margin-bottom: 50px;background: #fff;padding: 0;margin-top: 50px;height: 210px;}
.logoslidsec2 .sectitle{font-size: 34px;font-weight: 700;color: #000;text-align: center;margin-bottom: 25px;}
.logoslidsec2 .logo_slider .logo a{box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.23);}
.logoslidsec2 .logo_slider .logo{padding: 10px 0;/*width: 262px!important;*/}
.logoslidsec2 .logo_slider .logo img{padding: 20px;}
.logoslidsec .logo_slider{padding: 0 20px;}
/*-----logo slider----*/

/*---client Reviews----*/
.clirevmain{width: 100%;height: 100%;background: url(../images/shapebanner3.png) no-repeat center center;background-size: cover;
padding: 230px 0;padding-bottom: 170px;}
.clirevmain .clirevslisec .sectitle{font-size: 34px;font-weight: 700;color: #000;text-align: center;margin-bottom: 25px;
	padding-top: 30px}
.clirevmain .cliremaincol{margin: auto;}
.clirevmain .clirevslisec .testimonialSlider{width: 100%;display: block;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox{display: inline-block;width: auto;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .logo{position: relative;padding-bottom: 102px;width: 100%;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .logo img{max-width: 100%;max-height: 100%;display: block;margin: auto;
top: 0;right: 0;bottom: 0;left: 0;position: absolute;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner{display: block;text-align: center;
position: relative;margin-top: 30px;padding-left: 50px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner:before{content: "";position: absolute;
width: 43px;height: 37px;left: 0;top: -15px;background: url(../images/svg/dotsqueleft.svg) no-repeat left top;}

.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner .texdec{display: block;font-size: 18px;line-height: 1.4;color: #000;
font-weight: 500;margin-bottom: 20px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner .clientName{display: block;font-size: 18px;line-height: normal;
color: #000;font-weight: 600;margin-bottom: 10px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner .weblink{display: block;font-size: 16px;
color: #666666;line-height: normal;font-weight: 500;}


.clirevmain .clirevslisec .slick-dots{display: block;width: 100%;text-align: center;list-style: none;margin: 1.5rem 0 0 0;}
.clirevmain .clirevslisec .testimonialSlider .slick-dots li{background: #cbcbcb;border-radius: 50%;opacity: 1;}
.clirevmain .clirevslisec .slick-dots li{display: inline-block;vertical-align: top;margin: 0 4px;font-size: 0;width: 12px;height: 12px;
background-color: #fff;border-radius: 50%;cursor: pointer;font-size: 0;opacity: .4;}
.clirevmain .clirevslisec .testimonialSlider .slick-dots li.slick-active{background: #f66832;}

/*---form contact-----*/

.clirevmain .formsec{padding: 40px 30px;background: #fff;border-radius: 5px;box-shadow: -3px 5px 15px 0px rgba(0, 0, 0, 0.15);}
.clirevmain .formsec .formtitle{font-size: 24px;line-height: normal;font-weight: 700;
text-align: center;margin-bottom: 15px;}
.clirevmain .contactsec .contacleft .contact .field.halfLayout{width: 100%;}
.clirevmain .contactsec .contacleft .contact .field.halfLayout{padding-right: 0;margin-bottom: 15px;}
.clirevmain .contactsec .contacleft .contact .field{padding-right: 0;}
.clirevmain .contactsec .contacleft .contact .fieldset{margin-bottom: 30px;}
.clirevmain .contactsec .contacleft .contact .input-text.textarea{height: auto;}
.clirevmain .actions-toolbar .primary .btn{width: 100%;}

.clirevmain .contactsec{padding: 0 0px;}
.clirevmain .contactsec .contacleft .contact .input-text::placeholder {color:#a19e9e;}
.clirevmain .contactsec .contacleft .contact .input-text:-ms-input-placeholder {color:#a19e9e;}
.clirevmain .contactsec .contacleft .contact .input-text::-ms-input-placeholder {color:#a19e9e;}
.clirevmain .contactsec .contacleft .contact .fieldset {margin-bottom:25px;}
.clirevmain .contactsec .contacleft .contact .field.comment {margin-bottom:12px;}
.clirevmain .contactsec .contacleft .contact .field.comment:last-child{margin-bottom:0px;}
.clirevmain .contactsec .contacleft {border-radius:4px;}
.clirevmain .contactsec .contacleft .contact .field {margin:0 0 10px;text-align:left;display:inline-block;width:100%;padding:0;}
.clirevmain .contactsec .contacleft .contact .field.halfLayout {width:100%;float:left;padding: 0;}
.clirevmain .contactsec .contacleft .contact .input-text {width:100%;height:52px;font-size:16px;border-bottom:1px solid #cdcdcd;color:#000;box-shadow:none;border-radius:0px;
font-weight: normal;line-height: 1.4;}
.clirevmain .contactsec .contacleft .contact .actions-toolbar {margin:0;text-align: center;}

.clirevmain .contactsec .contacleft .contact .field>.label {margin:0 0 3px;}
.clirevmain .contactsec .contacleft .contact .input-text {width:100%;height:46px;padding:10px 15px;font-size:14px;border:1px solid #cdcdcd;color:#000;
line-height:1.4;resize:none;border-radius: 3px;font-weight: 500;}
.clirevmain .actions-toolbar .primary .btn {background:#f66832;color:#fff;display:inline-block;width:100%;padding:12px 25px;font-size:16px;line-height:1.4;font-weight:600;letter-spacing:0;text-align:center;
outline:none !important;transition: all 0.4s ease-in-out;border: solid 2px #f66832;border-radius: 3px;}
.clirevmain .actions-toolbar .primary .btn:hover {color:#f66832;border: solid 2px #f66832;background: #fff;transform: inherit;}
/*---form contact-----*/
/*---client Reviews----*/

/*----service-----*/

.google-main-sl {display: inline-block; width: 100%; margin-top: -95px; position: relative;}
.google-form {padding: 40px 18px 20px; background: #fff; border-radius: 5px; box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);}

.google-main-sl {display: none;}

.bannerservic .googleadsmain .goadssec .field.website-sl {position: relative;}
.vadilation-text-sl {display: none;}

.vadilation-text-sl {
position: absolute; right: 0; top: -19px; width: auto; height: auto; margin: 0; font-size: 11px!important; line-height: 11px!important;
background: #fb0101; padding: 5px 5px 4px!important; color: #fff!important;}
.vadilation-text-sl:after {
border-color: #fb0101 transparent transparent; -o-border-image: none; border-image: none; border-right: 6px solid transparent; border-style: solid; border-width: 6px; content: ""; height: 0; left: 5px; position: absolute; top: 100%;
 width: 0;}

 /* 01-09-2020 */
 .header {position: absolute; width: 100%; top: 38px; z-index: 1;}

.logomain a{position: relative;display: inline-block;/*padding-left: 82px;*/font-size: 44px;line-height: normal;color: #000;
font-weight: normal;text-align: center;transition: all 0.4s ease-in-out;font-family: 'Bebas Neue', cursive;}
/*.logomain a img{position: absolute;content: '';left: 0;top: 0;}*/
.logomain a:hover{color: #000;}

.logomain {display: inline-block;}
.menu_icon {float: right; padding: 10px 0;}
.menu_close .close-icon {font-size: 15px; color: #000 !important; font-weight: 700; display: inline-block; vertical-align: middle; cursor: pointer; position: relative; z-index: 99;}
.menu_close .close-icon span {font-size: 18px; display: inline-block; vertical-align: middle;}
.Desktop_menu {position: absolute; left: 0; bottom: 0; right: 0; top: 0; background:rgba(255,255,255,0.9); z-index: 9; display: none;}

.Menu_header {padding: 38px 0;}
.Menu_header .menu_logo {display: inline-block;}
.Menu_header .menu_close {float: right; margin: 10px 0;}

.menu_part {width: 100%; display: block;}
.menu_part ul {padding-left: 0; margin-top: 30px; margin-bottom: 50px; display: inline-block; width: 100%;}
.menu_part ul li {font-size: 24px; text-align: center; text-transform: uppercase; margin-bottom: 0;}
.menu_part ul li a {display: block; padding: 15px 15px; color: #000; transition:all 0.4s ease-in-out; font-weight: 600;}
.menu_part ul li a:hover, .menu_part ul li.current-menu-item a{color: #f66832;}

 

@media only screen and (max-width:1366px){
.bannerservic .googleadsmain .goadssec .field {width: 260px;}
}


@media only screen and (max-width:1290px){
.contactwrapper .emailsec .sendemail.map{width: 51%;}

/*----service-----*/
.bannerservic .googleadsmain .goadssec .wpcf7 {width: 71%;}
.bannerservic .googleadsmain .goadssec .field{width: 216px;}
/*.logoslidsec2 .logo_slider .logo{width: 245px !important;}*/

/*.bannerservic .googleadsmain .goadssec{padding: 20px 10px;}
.bannerservic .googleadsmain .goadssec .needtitle{font-size: 18px;margin-right: 12px;}
.bannerservic .googleadsmain .goadssec .field .custom-select{padding: 6px 15px 6px 6px;
background: #fff url("../images/down.png") no-repeat right 0.4rem center;height: 41px;font-size: 14px;}
.bannerservic .googleadsmain .goadssec .needtitle{font-size: 15px;margin-right: 5px;}
.bannerservic .googleadsmain .goadssec .field{width: 208px;margin-right: 5px;}
.bannerservic .googleadsmain .goadssec .bootsel .btn{padding: 10px 10px;font-size: 12px;font-weight: 600;}*/
/*----service-----*/

}

@media only screen and (max-width:1199px){
/*--Banner Section-----*/
.bannerSec{height: auto;}
.homebanner .decrigth{padding-top: 100px;}
.homebanner .decrigth{padding-right: 0;}
.homebanner .logomain{padding-top: 0;}
.homebanner .imgright .imgslid{height: 465px;}
.homebanner .decrigth .slidtitle{font-size: 32px;line-height: 40px;margin-bottom: 25px;}
.homebanner .decrigth .slidedec{font-size: 24px;line-height: 32px;}
.homebanner .getstatrbtn .getbtn{font-size: 14px;padding: 10px 15px;margin-right: 5px;width: 159px;line-height: 18px;}
/*--Banner Section-----*/

/*------degital marketing--------*/
.degitalwrapper{padding: 40px 0;}
.degitalwrapper .degitaltitle{padding-bottom: 15px;}
.degitalwrapper .degitaltitle .degidec{font-size: 18px;margin-bottom: 15px;padding: 0;}
.degitalwrapper .degitaltitle .degiexper{font-size: 20px;}
.degitalwrapper .degitalmarke{padding: 0px 0px;}
.degitalwrapper .degitalmarke .svgicon{width: 55px;height: 55px;}
.degitalwrapper .degitalmarke .sectitle{margin: 15px 0;font-size: 16px;}
.degitalwrapper .degitalmarke .degitaldec{font-size: 16px;line-height: 24px;margin-bottom: 20px;}
.degitalwrapper .degitalmarke .getstatrbtn .getbtn{padding: 15px 20px;width: 246px;}
/*------degital marketing--------*/

/*---contact sec----*/
.innerpage{padding: 30px 0;}
.contactwrapper .contactcol{padding: 0 15px;}
.contactwrapper .conttilemain .slidtitle{font-size: 32px;line-height: 42px;margin-bottom: 5px;}
.contactwrapper .conttilemain .slidedec{font-size: 16px;line-height: 24px;margin-bottom: 40px;}
.contactwrapper .contformpage .formsec{padding: 25px 15px;}
.contactwrapper .contformpage .formsec .formtitle{font-size: 22px;margin-bottom: 10px;}
.contactwrapper .contformpage .infosec .formtitle{font-size: 22px;}
.contactwrapper .contformpage .infosec .slidedec{font-size: 18px;line-height: 28px;}
.contactwrapper .emailsec{margin-bottom: 20px;}
.contactwrapper .emailsec .sendemail{font-size: 16px;}
.contactwrapper .emailsec .sendemail.map{width: 46%;}
.contactwrapper .google-map iframe{height: 420px;}
/*---contact sec----*/

/*----service-----*/
.bannerSec.bannerservic{height: 690px;}
.bannerservic .homebanner .decrigth{padding-top: 80px;padding-right: 80px;}
.bannerservic .homebanner .decrigth .slidtitl2{margin-bottom: 10px;}
.homebanner .decrigth .slidtitle{font-size: 28px;line-height: 36px;}
.bannerservic .homebanner .decrigth .slidedec{font-size: 20px;line-height: 28px;margin-bottom: 30px;}

.bannerservic .googleadsmain .goadssec{padding: 20px 10px;}
.bannerservic .googleadsmain .goadssec .needtitle{font-size: 18px;padding-right: 12px;}
.bannerservic .googleadsmain .goadssec .field .custom-select{padding: 6px 15px 6px 6px;
background: #fff url("../images/down.png") no-repeat right 0.4rem center !important; height: 41px !important;font-size: 14px;}
.bannerservic .googleadsmain .goadssec .needtitle{font-size: 15px;margin-right: 5px;}
.bannerservic .googleadsmain .goadssec .field{width: 200px;margin-right: 5px;}
.bannerservic .googleadsmain .goadssec .bootsel .btn{padding: 10px 10px;font-size: 12px;font-weight: 600;}
.bannerservic .googleadsmain .goadssec .wpcf7 {width: 74%;}

.servfilmain .serfilsec{padding: 30px;}
.servfilmain .serfilsec .serfilebox .secbox .serfileboxIcons{width: 90px;height: 90px;margin-bottom: 20px;}
.servfilmain .serfilsec .serfilebox .secbox .serfileboxIcons img{width: 40px;height: 40px;}
.servfilmain .serfilsec .serfilebox .secTitle{font-size: 16px;}
.serstartmain .serstardecsec .serstartitle{font-size: 24px;line-height: 28px;margin-bottom: 8px;}
.serstartmain .serstardecsec .serstrtitle2{font-size: 20px;margin-bottom: 8px;}
.serstartmain .serstardecsec .serstardec{font-size: 14px;line-height: 22px;margin: 0 50px;}
.serstartmain .serstardecsec{margin-bottom: 30px;}

.paidadsermain{padding: 130px 0;}
.paidadsermain .paidtitle{font-size: 26px;line-height: 38px;}
.paidadsermain .padiconta{margin-top: 15px;}
.paidadsermain .padiconta ul li{font-size: 16px;line-height: 34px;padding-left: 22px;}
.paidadsermain .padiconta ul li::before{top: 10px;width: 15px;height: 15px;}

.whyppcmain .paidtitle{font-size: 26px;line-height: 38px;}
.whyppcmain .padiconta{margin-top: 15px;}
.whyppcmain .padiconta ul li{font-size: 16px;line-height: 34px;padding-left: 22px;}
.whyppcmain .padiconta ul li::before{top: 10px;width: 15px;height: 15px;}
.whyppcmain{margin-bottom: 30px;}

.googleadmain{padding-top: 150px;padding-bottom: 100px;}
.googleadmain .paidtitle{font-size: 26px;line-height: 38px;}
.googleadmain .sercategory{margin-top: 30px;margin-bottom: 30px;}
.googleadmain .sercategory ul li .adstabstep .tabicon{font-size: 30px;}
.googleadmain .sercategory ul li .active .actiads::before{width: 16px;height: 16px;top: 7px;}
.googleadmain .sercategory ul li:hover .actiads::before{width: 16px;height: 16px;top: 7px;}
.googleadmain .sercategory ul li .actiads::before{width: 13px;height: 13px;top: 8px;}
.googleadmain .sercategory ul li .actiads{padding: 15px 0;}
.googleadmain .sercategory ul li .serbtn{font-size: 14px;}
.googleadmain .sercategory ul{max-width: 850px;}
.googleadmain .tabadsdec{font-size: 14px;line-height: 24px;margin-left: 100px;margin-right: 100px;margin-bottom: 30px;}
.googleadmain .staradsbtn .btn{padding: 10px 35px;font-size: 14px;}

.logoslidsec2{margin: 30px 0;}
.logoslidsec2 .sectitle{font-size: 26px;margin-bottom: 15px;}
.logoslidsec2{height: 190px;}
/*.logoslidsec2 .logo_slider .logo{width: 197px!important;}*/

.clirevmain{padding-top: 160px;padding-bottom: 140px;}
.clirevmain .clirevslisec .sectitle{font-size: 26px;margin-bottom: 15px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .logo{padding-bottom: 90px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner .texdec{font-size: 14px;margin-bottom: 15px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner .clientName{font-size: 16px;margin-bottom: 5px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner .weblink{font-size: 14px;}
.clirevmain .clirevslisec .slick-dots{margin-top: 20px;}
.clirevmain .clirevslisec .slick-dots li{width: 8px;height: 8px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner::before{width: 30px;height: 20px;top: -5px;}
.clirevmain .clirevslisec .testimonialSlider .testimonialBox .testimonialBoxInner{padding-left: 25px;}

.clirevmain .formsec{padding: 30px 15px;}
.clirevmain .formsec .formtitle{font-size: 20px;font-weight: 600;}
.clirevmain .contactsec .contacleft .contact .field.halfLayout{margin-bottom: 10px;}

.footersec .footercategory{padding: 20px 0;}
.footersec .footercategory .catemain .footcet .footmenu{font-size: 16px;}
.footersec .footerlogo{padding-bottom: 0;}
/*----service-----*/

.custom-select-box {height: 40px; padding: 0 22px 0 10px;}
.text-input-box {height: 40px;}



}

@media only screen and (max-width:991px){
/*--Banner Section-----*/
.contactsec .contacleft .contact .field.halfLayout{width: 100%;padding-right: 0;}
.contactsec .contacleft .contact .field{padding-right: 0;}
.actions-toolbar .primary .btn{width: 245px;}
/*--Banner Section-----*/
/*---logo slider---*/
.logoslidsec .logo_slider .logo a{padding-bottom: 80px;}
/*---logo slider---*/
/*--footer sec--*/
.footersec .footerlogo{padding-bottom: 10px;}
.footersec .footercategory .catemain .footcet .footmenu{font-size: 14px;line-height: 27px;padding: 0 10px;}
/*--footer sec--*/

/*---contact sec----*/
.contactwrapper .emailsec .sendemail{border:0;margin-bottom: 5px;}
.contactwrapper .emailsec .sendemail.map{width: auto;margin-bottom: 0;margin-left: 0;padding-left: 40px;}
/*---contact sec----*/

/*----service-----*/
.bannerSec.bannerservic{height: 800px;}
.bannerservic .homebanner .decrigth{padding-top: 50px; padding-right: 0;}
.bannerservic .googleadsmain .goadssec .needtitle{display: block;margin-bottom: 5px;font-size: 16px;line-height: 24px;}
.bannerservic .googleadsmain .goadssec .field{width: 200px;float: left;}
.bannerservic .googleadsmain .goadssec{padding: 15px 10px;}
.bannerservic .googleadsmain .goadssec .field .custom-select{font-size: 12px;}

.paidadsermain .paidtitle{font-size: 20px;line-height: 28px;}
.paidadsermain .padiconta ul li{font-size: 14px;line-height: 26px;padding-left: 20px;}
.paidadsermain .padiconta ul li::before{top: 7px;width: 12px;height: 12px;}

.whyppcmain{margin-bottom: 20px;}
.whyppcmain .paidtitle{font-size: 20px;line-height: 28px;}
.whyppcmain .padiconta ul li{font-size: 14px;line-height: 26px;padding-left: 20px;}
.whyppcmain .padiconta ul li::before{top: 7px;width: 12px;height: 12px;}

.googleadmain{padding-top: 100px;padding-bottom: 75px;}
.googleadmain .paidtitle{font-size: 20px;line-height: 28px;}
.googleadmain .sercategory ul li .adstabstep .tabicon{font-size: 24px;}
.googleadmain .sercategory ul li .active .actiads::before{width: 14px;height: 14px;top: 8px;}
.googleadmain .sercategory ul li:hover .actiads::before{width: 14px;height: 14px;top: 8px;}

.googleadmain .sercategory ul li .actiads::before{width: 12px;height: 12px;top: 9px;}
.googleadmain .sercategory ul{max-width: 700px;}
.googleadmain .tabadsdec{margin-left: 50px;margin-right: 50px;}

.logoslidsec2{margin: 20px 0;}
.logoslidsec2 .sectitle{font-size: 20px;line-height: 28px;}

.clirevmain .clirevslisec .sectitle{font-size: 20px;line-height: 28px;}

/*.logoslidsec2 .logo_slider .logo{width: 246px!important;}*/
.logoslidsec .logo_slider .slick-arrow{top: 17%;}
.logoslidsec2{height: 140px;}

.clirevmain .cliremaincol{width: 100%;flex: 100%;max-width: 100%;}
/*----service-----*/

.bannerservic .googleadsmain .goadssec .wpcf7 {width: 100%;display: inline-block;}
.bannerservic .googleadsmain .goadssec .field .wpcf7-select {padding: 10px 22px 10px 10px; height: 40px;}



}

@media only screen and (max-width:767px){
/*--Banner Section-----*/
.homebanner .logomain{text-align: center;margin-bottom: 30px;}
.homebanner .logomain .sendemail img{}
.homebanner .decrigth .slidtitle{font-size: 28px;line-height: 32px;text-align: center;margin-bottom: 20px;}
.homebanner .decrigth .slidedec{font-size: 22px;line-height: 30px;text-align: center;}
.homebanner .getstatrbtn{text-align: center;}
.homebanner .getstatrbtn .getbtn{width: 75%;}
.homebanner .logomain .sendemail{font-size: 33px;}
.homebanner .decrigth{float: none;position: sticky;top: inherit;padding-top: 0;}
.homebanner .col-lg-6.col-md-6.col-12.imgslid{display: none;}
/*--Banner Section-----*/

/*---logo slider---*/
.logoslidsec .logo_slider .logo a{padding-bottom: 72px;}
.logoslidsec{padding: 25px 0;}
.logoslidsec .logo_slider .slick-arrow{top: 27%;}
/*.logoslidsec .logo_slider .slick-arrow.slick-next{right: -20px;}*/
/*---logo slider---*/
/*------degital marketing--------*/
.degitalwrapper .degitalmarke{padding: 0;}
.degitalslider .slick-arrow{left: -10px;}
.degitalslider .slick-arrow.slick-next{right: -10px;}
/*------degital marketing--------*/

/*---contact sec----*/
.homebanner.banner2{padding: 20px 0;padding-bottom: 0;}
.innerpage{padding: 20px 0;}
.homebanner .logomain.logomain2{margin-bottom: 0;}
.contactwrapper .conttilemain .slidtitle{font-size: 24px;line-height: 36px;}
.contactwrapper .conttilemain .slidedec{margin-bottom: 20px;}
.contactwrapper .contformpage .formsec{padding: 15px 15px;}
.contactwrapper .contformpage .formsec .formtitle{font-size: 18px;}
.contactwrapper .contactsec .contacleft .contact .field.halfLayout{margin-bottom: 10px;}
.contactwrapper .contactsec .contacleft .contact .fieldset{margin-bottom: 20px;}
.contactwrapper .infosec{margin-top: 15px;}
.contactwrapper .contformpage .infosec .formtitle{font-size: 18px;margin-bottom: 0;}
.contactwrapper .contformpage .infosec .slidedec{font-size: 16px;line-height: 24px;}
.contactwrapper .emailsec .sendemail{padding-left: 30px;line-height: 24px;}
.contactwrapper .emailsec .sendemail.map{margin-left: 20px;padding-left: 30px;line-height: 19px;}
.contactwrapper .emailsec .sendemail img{width: 20px;}
.contactwrapper .emailsec{margin-bottom: 15px;}
.contactwrapper .google-map iframe{height: 250px;}
/*---contact sec----*/

/*----service-----*/
.bannerSec.bannerservic{height: auto;}
.bannerSec.bannerservic .overlay{width: 100%;height: 100%;background: rgba(255,255,255,0.6);}
.bannerservic .homebanner .decrigth{text-align: center;padding-top: 0;}
.bannerservic .googleadsmain .goadssec .field{width: 191px;}
.homebanner .decrigth .slidtitle{font-size: 24px;}
.bannerservic .homebanner .decrigth .slidedec{font-size: 18px;}

.servfilmain .serfilsec{padding: 20px 0;}
.serstartmain .serstardecsec{margin-bottom: 0;}
.servfilmain .serfilsec .serfilebox .secTitle{font-size: 14px;margin-bottom: 10px;}
.servfilmain .serfilsec .serfilebox .secbox .serfileboxIcons{width: 75px;height: 75px;margin-bottom: 15px;}
.servfilmain .serfilsec .serfilebox .secbox .serfileboxIcons img{width: 30px;height: 30px;}
.serstartmain .serstardecsec .serstartitle{font-size: 20px;line-height: 26px;margin-bottom: 5px;}
.serstartmain .serstardecsec .serstrtitle2{font-size: 16px;}
.serstartmain .serstardecsec .serstardec{margin: 0;margin-bottom: 20px;}

.paidadsermain{padding: 20px 0;background: #ececf1;}
.paidadsermain .row.flex-column-reverse{display: flex;}
.paidadsermain .paidserimg{padding-bottom: 50%;margin-bottom: 20px;}
.paidadsermain .paidtitle{font-size: 16px;line-height: 26px;}

.whyppcmain{margin: 20px 0;}
.whyppcmain .paidserimg{padding-bottom: 35%;margin-bottom: 20px;}
.whyppcmain .paidtitle{font-size: 16px;line-height: 26px;}

.googleadmain{padding: 20px 0;background: #ececf1;}
.googleadmain .paidtitle{font-size: 16px;line-height: 26px;}
.googleadmain .tabadsdec{margin-left: 0;margin-right: 0;margin-bottom: 20px;}
.googleadmain .sercategory ul{max-width: 100%;white-space: nowrap;overflow: auto;
display: inline-block;overflow-y: hidden;}

.logoslidsec2 .sectitle{font-size: 16px;line-height: 26px;}
/*.logoslidsec2 .logo_slider .logo{width: 173px!important;}*/
.logoslidsec .logo_slider .slick-arrow{top: 35%;}
.logoslidsec2{padding: 0;}
.logoslidsec .logo_slider{padding: 0 10px;}
.logoslidsec .logo_slider{height: 90px;}
.logoslidsec .logo_slider .slick-prev.slick-arrow::before, .logoslidsec .logo_slider .slick-next.slick-arrow::before{
	width: 14px;height: 14px;border-bottom: 3px solid #000;border-left: 3px solid #000;}

.clirevmain{padding: 20px 0;background: #ececf1;}
.clirevmain .clirevslisec .sectitle{padding-top: 0;}
.clirevmain .clirevslisec {margin-bottom: 20px;}
.clirevmain .formsec{padding: 0;background: transparent;}

.clirevmain .formsec{box-shadow: none;}

.bannerservic .googleadsmain .goadssec {text-align: center;}

.bannerservic .googleadsmain .goadssec .wpcf7 {width: auto;}
/*----service-----*/

/*---blog-detail-listing---*/
.bloginnerSec{padding: 20px 0;}
	.bloginnerSec .blogTitle{min-height: 0;}
	.bloginnerSec .blogImg .blogDate{font-size: 12px;padding: 5px 5px;}
	.bloginnerSec .blogImg .blogDate span{font-size: 16px;}
	.blogDetails .blogTitle{font-size: 18px;}
	.bloginnerSec .blogBox .blogCon .btn.btn-light::before{top: 1px;}
	.bloginnerSec .blogBox .blogCon .btn.btn-light::after{top: 1px;}
	.bloginnerSec .blogMain .recepostcol{padding: 0;}
	.bloginnerSec .search-form .search-field{padding: 12px 40px 12px 20px;}
	.bloginnerSec .sideBar ul li a{padding-top: 7px;}
	.bloginnerSec .blogSidetitle{font-size: 16px;}
	.bloginnerSec .blogMain .colBox{margin-bottom: 20px;}
	
	.cmsCon{padding: 10px 0;}
 .cmsCon h1{font-size: 30px;margin:10px 0;}
 .cmsCon h1 span{font-size: 30px;}
 .cmsCon h2{font-size: 24px; margin-bottom: 10px;}
 .cmsCon h3{font-size: 20px;margin: 0 0 10px 0;}
 .cmsCon h4{font-size: 18px;margin:0 0 5px 0;}
 .cmsCon h5{font-size: 16px;margin:0 0 5px 0;}
 .cmsCon h6{font-size: 14px;margin:0 0 5px 0;}
 .cmsCon p{font-size: 14px;line-height: 24px;}
 .cmsCon p a{font-size: 12px;line-height: 20px;}
 .cmsCon ul{padding: 5px 5px;}
 .cmsCon ul li{font-size: 14px;padding-bottom: 10px;line-height: 24px;padding-left: 15px;}
 .cmsCon .alignleft{float: none;max-width: 100%;margin: 0 0px 10px 0;}
 .cmsCon .aligncenter{margin: 0 auto 20px auto;}
 .cmsCon .alignright{float: none;max-width: 100%;margin: 0 0px 10px 0;}
 .cmsCon ol li{font-size: 12px;padding-bottom: 10px;line-height: 16px;}
	.cmsCon ul li::before{width: 8px;height: 8px;}
/*---blog-detail-listing---*/

.header {position: relative; margin: 30px 0; top: inherit;}
.logomain {text-align: center;}
.logomain a {font-size: 33px;/* padding-left: 63px;*/}
.Menu_header {padding: 30px 0;}
.Menu_header .menu_logo {max-width: 200px;}
.logomain {max-width: 200px;}
 .menu_part ul {margin: 0;}
 .menu_part ul li {font-size: 20px;}
 .menu_part ul li a {padding: 10px 15px;}

}

@media only screen and (max-width:767px){

.footersec .footerlogo {padding-bottom: 0;}
.footersec .footercategory {padding: 20px 0 20px;}
.footersec .footercategory .catemain li a {font-size: 14px;}

}


@media only screen and (max-width:568px){

}

@media only screen and (max-width:320px){

/*----service-----*/
.bannerservic .googleadsmain .goadssec .field{width: 100%;margin-bottom: 10px;}
.bannerservic .googleadsmain .goadssec .needtitle{text-align: center;}
.bannerservic .googleadsmain .goadssec .bootsel{display: block;text-align: center;}
/*.logoslidsec2 .logo_slider .logo{width: 145px!important;}*/
/*----service-----*/
}

@media only screen and (min-width: 568px) and (max-width: 767px) {

/*----service-----*/
.bannerservic .googleadsmain .goadssec .field{width: 190px;}
.bannerservic .googleadsmain .goadssec .needtitle{display: inline-block;}
.bannerservic .googleadsmain .goadssec .field{float: none;}
.footersec .footerlogo{padding-bottom: 0;}
.whyppcmain .paidserimg{padding-bottom: 21%;}
/*----service-----*/



}

@media only screen and (max-width:479px){
.serfilebox .col-3 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 10px;}
.bannerservic .googleadsmain .goadssec .bootsel .btn {width: 100%;}
.googleadmain .sercategory ul li .serbtn {font-size: 13px;}

.bannerservic .googleadsmain .goadssec .needtitle {text-align: left;}
.footersec .footercategory .catemain li a {padding: 10px 6px;}

.bannerservic .googleadsmain .goadssec .wpcf7 {width: 100%;}

}


.grecaptcha-badge{display: none !important;}  