body { font-family: 'Poppins', sans-serif; color: #1a1a1a; margin: 0px; padding: 0px; background-color: #f1f1f1; font-size: 16px; }
.clear { clear: both; }
.sep1 { padding: 10px 0px; }
.sep2 { padding: 20px 0px; }
.sep3 { padding: 30px 0px; }
.img { display: inline; }
.imgfull { width: 100%; }
.bold { font-weight: bold; }
.light { font-weight: 300; }
.sbold { font-weight: 600; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
ul { padding: 0px; margin: 0px; list-style: none; }
* { box-sizing: border-box; outline: none; }
i {padding-right: 6px; }
h1, h2, h3, h4, h5, h6, p { padding: 0px; margin: 0px; line-height: normal; }
a { transition: color 0.25s ease 0s, background 0.25s ease-in-out 0s; color: #e3185b; }
a:hover, a:focus { text-decoration: none; color: #1a1a1a; }
p { padding-bottom: 20px; line-height: 30px; }
p:last-child { padding-bottom: 0px !important; }
h1 { font-size: 60px; line-height: 60px; font-weight: 500; color: #233476; padding-bottom: 26px; }

html, body{ height: 100%; /*overflow:hidden;*/ }

.red{ color: #e3185b !important; }
.white{ color: #fff; }
.blue{ color: #233476; }

.noPaddingrow [class*='col-']{ padding: 0px; }

.navbar{ padding-left: 0px; padding-right: 0px;}
.header-inset{ padding-left: 20px !important; padding-right: 20px!important;}

.row-no-padding > [class*="col-"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.close-box-btn, .get-quote-btn{
	cursor: pointer;
}
.top-x-btn .fa{ padding: 0px;}
.top-x-btn{
	position: absolute;
	top: 2px;
	right: 2px;
	color: #fff;
	background: #ee9a29;
	background: -webkit-linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
	background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
	border: 1px solid transparent;
	border-radius: 50%;
	padding: 0px 10px;
	font-size: 28px;
	text-align: center;
}
.request-quote-title{
	background: -webkit-linear-gradient(to right,#8b2297  40%,rgba(229,81,21,1) 60%);
	background: linear-gradient(to right,#8b2297  40%,rgba(229,81,21,1) 60%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	line-height: 56px;
	font-weight: bolder;
}
.padding-bottom{
	padding-bottom: 20px;
}
#support{ top: 25px;}

.close-box-btn, .get-quote-btn{
	display: inline-block;
	margin-right: 30px;
	color: #fff;
	background: #ee9a29;
	background: -webkit-linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
	background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
	border: 1px solid transparent;
	width: 130px;
	border-radius: 5px;
	padding: 5px;
}
.contact-left .form-group .form-control{
    border-bottom:1px solid #e3185b;
    color: #e3185b;
}

.contact-left .form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e3185b;
    opacity: 1; /* Firefox */
}

.contact-left .form-group .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e3185b;
}

.contact-left .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #e3185b;
}

@media screen and (max-width: 767px) {
  .row-no-padding > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.header-inset .logo { width: 320px;}
.header-inset .logo img{ margin: 0px !important;}
.noPadding { padding: 0 !important; }

.scrolled , .header-with-bg{
	background: linear-gradient(135deg, #293278 0%,#72268f 100%);
	transition: background-color 1s ease;
	opacity: 0.95;


}
.inner-content{
    padding-top: 130px;
    padding-bottom: 50px;
}

.custom-btn {
    color: #fff;
    border: 1px solid transparent;
    background: #ee9a29;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: -webkit-linear-gradient(left,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
    background: linear-gradient(to right,rgba(238,154,41,1) 2%,rgba(229,81,21,1) 100%);
}
.row.vdivide [class*='col-']:not(:first-child):after { background: #ccc; width: 1px; content: ""; display:block; position: absolute; top:0; bottom: 0; left: 0; }

.btn1{ border-radius: 30px; color: #fff; background-color: #000; border: transparent; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 14px 30px; letter-spacing: 1px; }
.btn1:before{ background-color: #e3185b; border: transparent; }

.btn01{ border-radius: 30px; color: #fff; background-color: #233476; border: transparent; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 14px 30px; letter-spacing: 1px; }
.btn01:before{ background-color: #e3185b; border: transparent; }

.btn2{ border-radius: 30px; color: #fff; background-color: #e3185b; border: transparent; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 14px 30px; letter-spacing: 1px; }
.btn2:before{ background-color: #233476; border: transparent; }

.btn02{ border-radius: 30px; color: #fff; background-color: #000000; border: transparent; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 14px 30px; letter-spacing: 1px; }
.btn02:before{ background-color: #233476; border: transparent; }

.btn3{ border-radius: 30px; color: #fff; background-color: #e3185b; border: transparent; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 14px 30px; letter-spacing: 1px; }
.btn3:before{ background-color: #323232; border: transparent; }

.btn4 { border-radius: 30px; color: #fff; background-color: #e3185b; border: transparent; font-size: 14px; text-transform: uppercase; font-weight: 600; padding: 14px 30px; letter-spacing: 1px; }
.btn4:before { background-color: #000000; border: transparent; }


.btnAnim{ display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; overflow: hidden; }
.btnAnim:before{ content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.btnAnim:hover:before, .btnAnim:focus:before, .btnAnim:active:before { -webkit-transform: scaleX(0); transform: scaleX(0); }
.btnAnim:hover, .btnAnim:focus, .btnAnim:active { color: #fff; }


.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active { box-shadow: none; }
.btn.fwidth{ min-width: 192px; }
.btn.btnfull{ width: 100%; }


/*----Header Main----*/
.headerMain{  }
.headerMain .navbar-nav .nav-item { padding-right: 18px; padding-left: 18px; }



.headerMain .navbar-nav .nav-link { color: #ffffff; padding-right: 0px; padding-left: 0px; position: relative; }
.headerMain .navbar-nav .nav-link:before{ background-color: transparent; width: 18px; height: 2px; border-radius: 4px; position: absolute; left: 0px; bottom: 0px; content: ""; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.headerMain .navbar-nav .nav-link:hover:before{ background-color: #fff; width: 100%;  }
.headerMain .navbar-nav .nav-item .nav-link:hover{ color: #ffffff; }


.headerMain .navbar-nav .nav-item.active .nav-link { color: #e3185b; }
.headerMain .navbar-nav .nav-item.active .nav-link:before{ background-color: #e3185b; width: 100%;  }



.menuMain{
	padding: 30px;
	-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fixed-top-bg-change{ background-color: rgba(0, 0, 0, 0.9); overflow:hidden; }
#nav-bg{	display:none;
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(#233476 0%,#8b2297 100%);
	}
.fixed-top-bg-change #nav-bg{ display:block; }


.menuRight{  }
.menuRight .nav-item{ padding-left: 15px; padding-right: 15px; }
.menuRight .nav-item:last-child{ padding-right: 30px; }
.menuRight .miconmain{ width: 33px; height: 27px; }
.menuRight .micon{ fill: #fff; }

/*----Header End----*/

.mainBanner{ padding: 10% 0px 0px 0px; position: absolute; left: 0px; right: 0px; z-index: 55; text-align: center; }
.mainBanner h1{ font-family: 'Montserrat', sans-serif; font-size: 70px; line-height: 90px; font-weight: 300; color: #fff; text-align: center; text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); padding-bottom: 40px; }
.mainBanner .btn{ margin-left: 3px; margin-right: 3px; }


.carousel-fade .carousel-item {
	display: block;
  	/*position: absolute;*/
  	opacity: 0;
  	transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  	opacity: 1;
}

.mainPart{ padding-top: 15px; }


.gradientBg{
	background: #233476; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #233476 0%, #8b2297 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #233476 0%,#8b2297 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #233476 0%,#8b2297 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233476', endColorstr='#8b2297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gradientBg h2, .gradientBg p{ color: #ffffff !important; }



.googlePartnerMain{
	padding: 160px 0px 100px 0px;
	background-image: url(../images/main-shadow.png); background-repeat: no-repeat; background-position: center top;
}
.googlePartnerMain h3{ font-size: 30px; font-weight: normal; padding-bottom: 14px; }


/*.patternBg{ background-image: url(../images/patternbgOne.png); background-repeat: repeat; position: relative; padding-bottom: 138px; }*/
.patternBg{ position: relative; padding-bottom: 138px; }
.patternBg:before{ background-image: url(../images/patternbgOne.png); background-repeat: repeat; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; z-index: -1; }

.brandLogoOne{ background-color: #ffffff; border: solid 1px #e3e2e2; padding: 40px; text-align: center; margin-bottom: -68px; position: relative; z-index: 55; }


.galleryMain{ padding: 100px 0px 60px 0px; }
.gallerySlider{ padding: 80px 0px 100px 0px; }
.galleryBox{  }
.flip-items{ padding-top: 80px; }
.flip-items img{ height: 500px; }

.flipster__item--current{
	-webkit-box-shadow: 0px 20px 24px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 20px 24px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 20px 24px 0px rgba(0,0,0,0.40);

}

.fourPointMain{ background-color: #1a1a1a; padding: 400px 0px 100px; color: #fff; position: relative; }
.point-image{ position: absolute; left: 0px; top: -137px; right: 0px; text-align: center; }
.fourPointMain .vdivide [class*='col-']:not(:first-child):after { background: #484848; }

.fourPointBox{ fill: #0084ff; padding: 0px 50px; /*border-right: solid 1px #484848;*/ margin: 50px 0px; }
.fourPointBox .medialeft{ margin-right: 34px; margin-top: 10px; }
.fourPointBox .media-body h5{ font-size: 26px; font-weight: 600; padding-bottom: 20px; }
.fourPointBox .media-body p{ color: #cccccc; }

.sepLine{ border-top: solid 1px #484848; margin: 0px; }


.testimonials{ padding: 100px 0px; text-align: center; }
.testimonials h1{ padding-bottom: 40px; }
.testimonialText{ text-align: left; position: relative; padding-left: 96px; }
.testimonialText:before{ position: absolute; left: 0px; top: 2px; content: "\f10e"; font-family: 'FontAwesome'; font-size: 30px; line-height: normal; }
.testimonialText:after{ position: absolute; left: 40px; top: 14px; content: ""; width: 36px; height: 1px; background-color: #ff6600; line-height: normal; }
.testimonialText p{ font-size: 16px; font-weight: 300; font-style: italic; line-height: 30px; color: #1a1a1a; }

.testimonialBox{ background-color: #ffffff; border-radius: 30px; border: solid 1px #e3e2e2; margin-top: 40px; padding: 30px 40px; }
.testimonialBox .rating{ color: #ffcc00; font-size: 18px; width: 100%; }
.testimonialBox .rating i{ display: inline-block; padding: 0px; }
.testimonialBox .media { text-align: left; }
.testimonialBox .media img{ width: 92px !important; height: 92px !important; border-radius: 12px; }
.testimonialBox .media h5{ font-size: 20px; font-weight: 600; color: #e3185b; }
.testimonialBox .media p{ font-size: 12px; font-weight: normal; color: #666666; text-transform: uppercase; padding-bottom: 10px; }


.ai-chat-part{  }
.aiMain{ background-image: url(../images/ai-bg.jpg); background-repeat: no-repeat; background-size: cover; height: 100%; color: #ffffff; padding: 100px 40px; }
.aiMain .media{ width: 340px; }
.aiMain .media-body h5{ font-family: 'Montserrat', sans-serif; font-size: 36px; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }
.aiMain a{ color: #ffffff; }

.chatMain{ background-image: url(../images/chatBg.jpg); background-repeat: repeat; /*height: 100%;*/ background-attachment: fixed; text-align: center; padding: 60px 0px 0px 0px; }
.chatMain h4{ padding: 0px 0px 4px 0px; font-size: 18px; font-weight: bold; color: #1a1a1a;  }
.chatMain h3{ padding: 0px 0px 40px 0px; font-size: 60px; font-weight: 500; color: #e3185b; line-height: 60px; }


.newsletter{ background-color: #233476; padding: 68px 0px; position: relative; color: #fff; position: relative; overflow: hidden; }
.newsletter h3{ font-weight: bold; padding-bottom: 6px; letter-spacing: 1px; font-size: 30px; }
.newsletterRight{ position: absolute; bottom: -68px; text-align: center; width: 100%; }
.newsletter .form-control{ background-color: #3d4e8d; border-radius: 30px; border: 0px; font-size: 14px; font-weight: normal; font-style: italic; -webkit-text-fill-color: #c1c5d6; height: 51px; padding-left: 30px; padding-right: 30px; }
.newsletter .form-control:focus{ box-shadow: none; color: #ffffff; font-style: normal; -webkit-text-fill-color: #ffffff; }



.ourBrand{ background-color: #f1f1f1; padding: 60px 0px; }
.ourBrandBox{ background-color: #ffffff; padding: 20px 30px; }

/* Owl Slider Start */

.owl-theme .owl-dots, .owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav { margin-top: 10px; }
.owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 14px; margin: 0px; padding: 4px 7px; background: #b2b2b2; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-nav [class*=owl-]:hover { background: #869791; color: #FFF; text-decoration: none; }
.owl-theme .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; margin: 5px 5px; background: #b2b2b2; display: block; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #e3185b; }

/* Owl Dots */
.owl-nav { display: none; }
.owl-dots { padding-top: 20px; }

#owl-brandLogo{ text-align: center; }
/* Owl Slider End */


.mapMain{ margin-bottom: -7px; border-top: solid 6px #ffffff; }

.contactPart{ background-color: #1a1a1a; position: absolute; top: -320px; left: 15px; right: 15px; }
.contactPart h3{ font-size: 30px; font-weight: 600; color: #ffffff; }
.contactPart h4{ font-size: 20px; font-weight: 600; color: #ffffff; }
.contactPartLeft{ padding: 28px 30px; height: 100%; }
.contactPartRight{ padding: 40px 60px; background-color: #313131; height: 100%; }
.contactPartRightBox{ padding: 10px 0px; }
.contactPartRight .icon{ fill: #0084ff; }
.contactPartRight h4{ padding: 20px 0px 8px 0px; }
.contactPartRight p{ color: #c5c3c3; min-height: 50px; }
.contactPartRight a{ color: #c5c3c3; }


.leaveMessage{ background:url('../images/ai-bg.jpg'); background-size: 100%; padding: 235px 0px 100px 0px; color: #ffffff; position: relative; height: 540px; }
.leaveMessage h2{ text-align: center; font-size: 30px; font-weight: 500; padding-bottom: 60px; }
.leaveMessage .container{ position: relative; }


.formOne .form-row{ margin-right: -30px; margin-left: -30px; }
.formOne .form-row > [class*="col-"] { padding-right: 30px; padding-left: 30px; }
.formOne .form-group{ margin-bottom: 40px; }
.formOne .form-group:last-child{ margin-bottom: 0px; }
.formOne .form-control{ background-color: transparent; border-radius: 0px; border: 0px; border-bottom: solid 1px #4d4d4d; font-size: 14px; font-weight: 300; -webkit-text-fill-color: #959595; }
.formOne .form-control:focus{ box-shadow: none; }
.contactPartRight select.form-control option{
    font-size: 18px !important;
    padding: 2px !important;
    color: #959595 !important;
}
.contactPartRight select.form-control{
    background: #313131 !important;
}

.formTwo{  }
.formTwo .form-row{ margin-right: -30px; margin-left: -30px; }
.formTwo .form-row > [class*="col-"] { padding-right: 30px; padding-left: 30px; }
.formTwo .form-group{ margin-bottom: 24px; }
.formTwo .form-group:last-child{ margin-bottom: 0px; }
.formTwo .form-control{ background-color: #f1f1f1; border-radius: 0px; border: 0px; font-size: 14px; font-weight: 300; -webkit-text-fill-color: #959595; height: 48px; }
.formTwo .form-control:focus{ box-shadow: none; font-weight: normal; -webkit-text-fill-color: #000000; }



/*----Footer Main----*/
.footerMain{ background-color: #e0dedf; }
.footerNav{ padding: 100px 0px 20px; }
.checked {
    color: orange;
}
.footerNav img{ max-width:100%;}
.footerNavBox{ padding: 0px; }
.footerNavBox h3{ font-size: 18px; font-weight: 600; text-transform: uppercase; color: #000; position: relative; padding: 0px 0px 16px 0px; margin: 0px 0px 32px 0px; }
.footerNavBox h3:before{ position: absolute; left: 0px; bottom: 0px; width: 30px; height: 3px; background-color: #e3185b; content: ""; }
.footerNavBox li { padding-bottom: 8px; }
.footerNavBox li:last-child { padding-bottom: 0px; }
.footerNavBox li a{ color: #000; font-size: 13px; position: relative; padding-bottom: 6px; }
.footerNavBox li a:before{ background-color: rgba(255, 255, 255, 0.2); width: 18px; height: 1px; position: absolute; left: 0px; bottom: 0px; content: ""; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.footerNavBox li a:hover:before{ background-color: #000; width: 100%;  }
.footerNavBox li a:hover{ color: #000; }


.top_footer p{ font-size:14px; margin-top:50px;}

.footerLast{ padding: 40px 15px; border-top: solid 1px #565656; }

.ftLogo{ display: inline-block; padding-right: 20px; }
.ftLogo img{ width: 207px; opacity: 0.6; }
.ftGoogle{ display: inline-block; }
.ftGoogle img{ width: 120px; }

.ftSocial{ text-align: right; }
.ftSocial li{ display: inline-block; margin-right:15px; }
.ftSocial li a{ color: #000; font-size: 34px; }
.ftSocial li a:hover{ color: #e3185b; }

.btm-logos img{
	margin-right: 30px;
	width: 85px;
}
.btm-logos{
	padding-top: 36px;
}

.copyRight{ text-align: center; padding: 30px 0px; background-color: #212121; font-size: 14px; font-weight: 300; color: #fff; letter-spacing: 1px; }
.copyRight a:hover{ color:#822495;}

/*----Footer End----*/


.btnpopup, .btnpopup:hover, .btnpopup:focus{ box-shadow: none; padding: 0px; border: 0px; }

/*----TOP Search Popup----*/
.searchTopBar{ background-color: rgba(0, 0, 0, 0.8); }
.searchTopBar .close{ background-color: #e3185b; border: 0px; display: inline-block; opacity: 1; float: none; text-shadow: none; color: #fff;
	width: 60px; height: 60px; line-height: 60px; text-align: center; fill: #fff; position: absolute; right: 40px; top: 40px;
}
.searchTopBar .close:hover, .searchTopBar .close:focus{ opacity: 1 !important; }
.searchTopBar .modal-content{ background-color: transparent; }

.searchTopBar .form-control{ background-color: #333333; border: 0px; border-radius: 0px; height: 90px; padding-left: 30px; color: rgba(255, 255, 255, 0.4); -webkit-text-fill-color: rgba(255, 255, 255, 0.4); font-family: 'Montserrat', sans-serif; font-size: 22px; font-style: italic; font-weight: 300; }
.searchTopBar .form-control:focus{ background-color: #333333; border: 0px; box-shadow: none; color: rgba(255, 255, 255, 1); -webkit-text-fill-color: rgba(255, 255, 255, 1); font-style: normal; }

.searchTopBar .searcBtn{ color: #fff; background-color: #333333; border-radius: 0px; padding-left: 15px; padding-right: 30px; }
.searchTopBar .searcBtn:focus{ box-shadow: none; }
/*----TOP Search Popup End----*/

.iconWhite{ color: #ffffff; fill: #fff; }

.loginTopBar{  }
/*.loginTopBar .close, .loginTopBar .close:hover{ opacity: 1; }*/


.fancybox-close-small{ display: none; visibility: hidden; }

.loginTopBar .modal-title{ font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold; text-transform: uppercase; }
.loginTopBar .modal-content{ border-radius: 0px; border: 0px;
	background-color: #ffffff;
	/*box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.5);*/
	min-width: 400px;
}

.fancybox-slide > *{ background: transparent; margin: 0px; padding: 0px; }
.fancybox-bg{ background: transparent; }
.fancybox-content { display: none; }

.loginTopBar .modal-header{ padding: 20px 30px; border: 0px; background-color: #e3185b; border-radius: 0px; color: #fff; }
.loginTopBar .modal-body{ padding: 30px; }
.loginTopBar .btn{ font-size: 16px; }

.modal-backdrop{ background: transparent !important; }

.fancybox-active .blurModal, .modal-open .blurModal{
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    filter: url("https://gist.githubusercontent.com/amitabhaghosh197/b7865b409e835b5a43b5/raw/1a255b551091924971e7dee8935fd38a7fdf7311/blur".svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
	overflow: hidden !important; height: 100vh !important;
	transition: all 270ms ease-in-out;
}
.rightSidebar{
	z-index: 100000;
	position: fixed !important;
	top: 0px;
	height: 100vh !important;
	overflow: hidden !important;
	overflow-y: auto !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	/*min-width: 300px;
	right: -320px;*/

	right: -300px;
	width: 300px;
	transition: all 200ms !important;
	opacity: 1;
	display: table !important;

	background: #233476; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #233476 0%, #8b2297 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #233476 0%,#8b2297 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #233476 0%,#8b2297 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233476', endColorstr='#8b2297',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.rightSidebar.show {
    right: 0px;
    transition: all 300ms !important;
    opacity: 1;
    width: 100%;
}
/*.rightSidebar .closebtn{ width: 40px; height: 40px; text-align: center; line-height: 40px; padding: 15px 20px 0px 0px; }*/
.moreMenuHead{ padding: 40px; }
.moreMenuHead .nav-item{ padding: 0px 15px; }

.moreMenuMain{ padding: 30px 0px 0px; height: 100vh; box-sizing: border-box; height: calc(100vh - 110px); }
.moreMenu{ box-sizing: border-box; }
.moreMenu ul{ margin: 0px; padding: 0px; }
.moreMenu li{ margin: 0px; padding: 18px 0px; list-style: none; }
.moreMenu li a{ padding: 10px 0px; color: rgba(255, 255, 255, 0.6); font-size: 18px; font-weight: normal; position: relative; letter-spacing: 1px; }
.moreMenu li a:before{ background-color: rgba(255, 255, 255, 0.6); width: 18px; height: 1px; position: absolute; left: 0px; bottom: 0px; content: ""; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.moreMenu li a:hover:before{ background-color: #fff; width: 100%;  }
.moreMenu li a:hover{ color: #ffffff; }


/*----Chat Page----*/
.innerbanner{ background-color: #000000; padding: 60px 0px; color: #ffffff; position: relative; }
.innerbanner h1{ font-family: 'Montserrat', sans-serif; font-size: 36px; color: #ffffff; padding: 0px 0px 30px; font-weight: bold; line-height: 50px; }
.innerbanner h1 span{ font-size: 20px; font-weight: normal; display: block; }

.innerbanner.imageContainMain{ padding: 0px; text-align: center; }
.innerbanner .imageContain{ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; width: 100%; height: 100%; content: ""; text-align: left; }
.innerbanner .imageContain .container, .innerbanner .imageContain .row{ height: 100%; }

.innerWrapper{  }
.innerWrapper h2{ font-family: 'Montserrat', sans-serif; font-size: 36px; color: #1a1a1a; padding: 0px 0px 15px; font-weight: bold; line-height: 50px; }
.innerWrapper h2 span{ display: block; }
.innerWrapper p{ color: #666666; }

.chatDemo{  }
.chatDemo div{ padding: 12px 0px; }

.open24hours{ padding: 100px 0px; background-color: #ffffff; }
/*.open24hours h3{ font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; padding: 0px 0px 15px; }*/

.chatSmartMain{ padding: 100px 0px; background-image: url(../images/chatSmartbg.png); background-repeat: repeat; background-color: #f1f1f1; }

.textPlusMain{ overflow: hidden; }
.textPlusPhone{ padding: 70px 0px 0px 0px; margin-bottom: -100px; }

.chatVideoPart{ padding: 116px 0px; background-color: #ffffff; text-align: center; }
.chatVideoPart h3{ padding: 0px 0px 40px; font-size: 26px; font-weight: 300; color: #1a1a1a; line-height: 50px; }
.chatVideoRight{ position: relative; }
.chatVideoRight a{ text-transform: uppercase; font-weight: bold; color: #1a1a1a; font-size: 18px; }
.chatVideoRight a:hover{ color: #e3185b; }
.chatVideoRight img{ padding-top: 5px; }


.patternbgTwo{ background-image: url(../images/patternbgTwo.png); background-repeat: repeat; }


.videoPart-imgHand{ position: absolute; left: 0px; right: 0px; top: 98px; padding-left: 10px; }

.videoPart-imgHand{  }

.aboutAutointel{ padding: 100px 0px; text-align: center; background-color: #eeeeee; }
.aboutAutointel h2 span{ display: unset; }

.requestDemo{ position: relative; background-image: url(../images/requestDemo.png);    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom center; background-attachment: fixed; padding: 100px 0px; }
.requestDemo h2, .requestDemo p{ color: #fff; }
.requestDemo:before{ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; background-color: rgba(227, 24, 91, 0.8); }


.titleh3 { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 600; padding: 0px 0px 15px; }

.build-customerSuccess{ padding: 100px 0px 130px; text-align: center; background-color: #ffffff; background-image: url(../images/build-customerSuccess.jpg); background-repeat: repeat-x; background-position: bottom; }
.build-customerSuccessBox{ padding: 40px 60px; background-color: #eeeeee; height: 100%; }
.build-customerSuccessBox.light{ background-color: #f6f5f5; }


.seprateOne{ width: 80px; height: 2px; background-color: #cccccc; margin: 0px auto 40px; }


.build-webApp{ margin-top: 80px; position: relative; }
.build-webApp .macBook{  }
.build-webApp .iphone{ position: absolute; top: 96px; right: 0px;  }
.build-webApp .iphone img{ box-shadow: 20px 20px 40px 10px rgba(0, 0, 0, 0.3); border-radius: 35px; }

.buildCar{ padding: 100px 0px 0px; }
.buildCarLast{ padding: 55px 0px; text-align: center; background-color: #e3185b; color: #ffffff; margin-top: 70px; }
.buildCarLast a{ margin: 0px 10px; color: #ffffff; text-transform: uppercase; font-weight: 600; }
.buildCar h2{ padding-bottom: 30px; }
.buildCarBox{ padding: 40px 0px; }
.buildCarBox h3{ font-family: 'Montserrat', sans-serif; padding: 0px 0px 15px; font-size: 26px; font-weight: bold; color: #e3185b; }
.buildCarBoxLeft{ padding: 0px; height: 100%; }
.buildCarBoxLeft .medialeft{ padding: 15px 20px 0px 0px; position: relative; }
.buildCarBoxLeft .colorcheck{ position: absolute; right: 40px; top: 40px; }
.buildCarBoxRight{ background-color: #ffffff; padding: 50px; box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.2); }

.buildVideomain{ text-align: center; background-image: url(../images/buildVideo.png); background-size: cover; background-attachment: fixed; background-color: #000000; padding-top: 100px; overflow: hidden; }
.buildVideo{ color: #fff; }

.customerSuccessStory{ padding: 110px 0px; }
.customerSuccessStoryBox{ /*padding: 100px 0px;*/ height: 100%;  }
.customerSuccessStoryBox h2{ padding-bottom: 30px; }
.customerSuccessStoryBox p{ font-weight: normal; font-size: 18px; color: #1a1a1a; }

.questionsHelp{ padding: 120px 0px; }
.questionsHelp h2{ font-weight: 300; }

.automotiveCrm{ padding: 100px 0px; text-align: center; }
.automotiveCrm h2{ padding-bottom: 30px; }

.automotiveCrmData{  }


/*
	font-family: 'Poppins', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'FontAwesome';
*/


/*--Start social page css--*/

.social-banner{ background:url(../images/social-marketing/top-banner.jpg) no-repeat; background-size:cover;}
.social_image{ text-align:right;}
.social_image img{ width:350px;}
.play-icon{ position:absolute; left:47%; top:32%;}
.play-icon img{ width:100px;}
.social-solution{padding: 100px 0px;
    background-color: #ffffff;}
.social-solution h1{ text-align:center; font-size:40px; color:#e4195b; text-transform:uppercase; font-weight:600;}
.social-solution h1 span{ font-weight:lighter; text-transform:capitalize; color:#1a1a1a; font-size:38px;}
.social-solution p{ font-size:15px;}
.best_aciton{ background:url(../images/social-marketing/best_action.jpg) no-repeat; background-size:cover; padding-top:40px;}
.best_aciton h1{ font-size:35px; color:#fff; text-transform:uppercase; font-weight:600;}
.best_aciton h1 span{ font-weight:lighter; text-transform:capitalize; color:#fff; font-size:32px;}
.best_aciton p{ color:#fff;}
.action-img{ position:relative; bottom:-150px;}
.expert-section{ background:#fff; padding:100px 0px; background-image:url(../images/social-marketing/expert.png); background-repeat:no-repeat; background-position: top left; background-size:300px; }

.expert-section h1{ font-size:35px; color:#e4195b; text-transform:uppercase; font-weight:600;}
.expert-section h1 span{ font-weight:lighter; text-transform:capitalize; color:#1a1a1a; font-size:32px;}
.expert-section p{ color:#666666;}
.expert-section p b{ color:#1a1a1a;}
.expert-section img{ max-width:100%;}

.best-services{ background:url(../images/social-marketing/best_service-bck.png) repeat; padding:80px 0px;}
.best-services h1{ font-size:40px; color:#e4195b; text-transform:uppercase; font-weight:600;}
.best-services h1 span{ font-weight:lighter; text-transform:capitalize; color:#1a1a1a; font-size:35px;}
.service-1{ background:#FFF; padding:30px 10px; border-top:4px solid #e4195b; text-align:center;}
.service-1 h4{ font-size:22px; color:#1a1a1a; margin-bottom:20px; margin-top:0px; font-weight:600; text-transform:uppercase;}
.shape-img { margin-top:-4px;}

.best-agecy{ background:#fff; padding:60px 0px; background-image:url(../images/social-marketing/best_agency.png); background-repeat:no-repeat; background-position: top right; background-size:300px; }
.best-agecy h1{ font-size:35px; color:#e4195b; text-transform:uppercase; font-weight:600;}
.best-agecy h1 span{ font-weight:lighter; text-transform:capitalize; color:#1a1a1a; font-size:32px;}
.best-agecy p{ color:#666666;}
.best-agecy p b{ color:#1a1a1a;}
.best-agecy img{ max-width:100%;}

.network-section{ background:#fff; padding:60px 0px;}
.network-section h1{ font-size:35px; color:#e4195b; text-transform:uppercase; font-weight:600; }
.network-section h1 span{ font-weight:lighter; text-transform:capitalize; color:#1a1a1a; font-size:32px;}
.network-box { margin-top:25px;}
.network-box h4{ color:#1a1a1a; font-size:20px; font-weight:600; margin:20px 0px 10px;}
.network-box img{ height:90px; margin-bottom:12px;}

.digital-services{ background:#fff; padding:50px 0px; }

.digital-services h1{ font-size:35px; color:#e4195b; text-transform:uppercase; font-weight:600;}
.digital-services h1 span{ font-weight:lighter; text-transform:capitalize; color:#1a1a1a; font-size:32px;}
.digital-services p{ color:#666666;}
.digital-services p b{ color:#1a1a1a;}
.digital-services img{ max-width:100%;}
.top_chatbanner{ padding:150px 0px;}
.top_chatbanner h2{ font-size:60px; line-height:80px; font-weight:600; text-transform:uppercase; margin-bottom:40px;}

.left-chatul ul{ list-style:none; padding:0px; margin-bottom:40px;}
.left-chatul ul li{ color:#fff; font-size:25px; margin-bottom:15px; margin-right:20px;}
.left-chatul ul li i{ font-size:30px; color:#e4195b; width:35px;}
.chatSmartMain{ padding-top:40px;}
.chatSmartMain .media img{ margin-right:20px;}
.chatSmartMain .media{ margin-bottom:12px;}

.autoin_box{ background:#e4195b; padding:15px; border-radius:30px; margin-top:40px; min-height:220px;}
.autoin_box h2{ font-size:24px; color:#fff; line-height:28px; font-weight:normal;}

.autoin_box{ font-size:70px; font-weight:600; color:#fff; margin-bottom:20px;}
/*--End social page css--*/


/*--Start Blog page css--*/


.inner-heading{ background:url(../images/Blog/inner-heading.jpg) no-repeat; background-size:cover;}
.inner-heading h1{ padding-bottom:10px;}

.left-blog{ padding:80px 0px;}
.News{ padding-bottom:25px; border-bottom:1px solid #d7d7d7; margin-bottom:30px;}
.News h2 { line-height:35px;}
.News h2 a{ font-weight:600; text-transform:capitalize; color:#1a1a1a; font-size:28px; }
.News h2 a:hover{ color:#e3185b;}
.News p{ font-size:15px;}

.img_box{ background:#882397; overflow:hidden; min-height:264px; cursor:pointer; margin-bottom:20px; position:relative;}
.img_box img{ min-height:264px; }
.date{ position:absolute; right:0; top:0; background:#e4195b; padding:15px 25px; text-align:center;}
.date span{ color:#fff; text-transform:uppercase; letter-spacing:1px; font-size:18px;}


.sidebar{padding:80px 0px;}
.inner-sidebar{border:1px solid #d7d7d7;}

.search-news{ background:url(../images/Blog/search_news.jpg) no-repeat; background-size:cover; padding:20px 10px 40px;}
.search-news .form-control{ background:none; border: 0px; border-radius: 0px; height: 50px; padding-left: 30px; color: rgba(255, 255, 255, 0.4); -webkit-text-fill-color: rgba(255, 255, 255, 0.4); font-family: 'Montserrat', sans-serif; font-size: 18px; font-style: italic; font-weight: 300; border-bottom:1px solid #b97ac1; }
.search-news .form-control:focus{ background:none; border: 0px; box-shadow: none; color: rgba(255, 255, 255, 1); -webkit-text-fill-color: rgba(255, 255, 255, 1); font-style: normal; border-bottom:1px solid #b97ac1; }

.search-news .searcBtn{ color: #fff; background:none; border-radius: 0px; padding-left: 15px; padding-right: 30px; border-bottom:1px solid #b97ac1; }
.search-news .searcBtn:focus{ box-shadow: none; }

.news-box { padding:30px 10px; border-bottom:1px solid #d7d7d7;}
.news-box h3{ font-size:28px; color:#000; font-weight:600;}
.news-box ul{ list-style:none; padding:0px;}
.news-box ul li{ margin:12px 0px;}
.news-box a{ color:#666666; font-size:16px; line-height:28px; font-weight:600;}
.news-box ul li a:hover{ color:#e4195b;}
.news-box ul li a:focus{color:#e4195b;}

.subsribe{ padding:40px 10px;  border-bottom:1px solid #d7d7d7;}
.subsribe h3{ font-size:28px; color:#000; font-weight:600; margin-bottom:20px; margin-top:0px;}
.subsribe .form-group{ margin-bottom:0px;}
.subsribe input{ min-height:70px; border-radius:0px;}
.btn-sub{ background:url(../images/Blog/search_news.jpg) no-repeat; background-size:cover; cursor:pointer; color:#fff; font-size:16px; text-transform:uppercase; font-weight:600; margin-top:20px;}
.btn-sub:hover{ background:#e4195b;}

.sub-year{  padding-left:10px;}
.sub-year a{font-size:15px;}
.years a{ font-weight:normal; line-height:30px; padding:10px 0px;}
.year-list{ display:block; width:100%;}
.year-list:hover{ color:#e4195b;}
.year-list:focus{color:#e4195b;}
.year-list i{ font-size:18px; font-weight:600;}

.google-add{ margin-top:20px; padding:0 10px;}
.google-add img{ max-width:100%;}

.single-news{ margin-top:-300px;}
.single-page-heading{ padding-bottom:300px;}
.single-news .img_box{border-radius:15px; box-shadow: 0px 0px 55px #000;  }
.single-news .img_box img{max-width:100%;}
.single-news h2{ font-weight:600; text-transform:capitalize; color:#1a1a1a; font-size:28px; margin-top:40px; }
span.powerd-date{ color:#000; font-weight:600; font-size:16px; margin-bottom:20px; display:block;}
span.powerd-date b{color:#e4195b;}
.single-news img{ max-width:100%;}

/*--End Blog page css--*/

/*--start google-add page css--*/

.google-ad_banner { padding:50px 0px !important;}
.google-ad_banner h2{ color:#1a1a1a !important;}

.add-part-1 h4{ color:#fff;}
.google-add-part{ padding:100px 0px;}
.google-add-part img{ max-width:100%;}

.keyword-part{ background:#fff;}
.speed-up h2{ font-family: 'Montserrat', sans-serif; font-size: 36px; color: #1a1a1a; padding: 0px 0px 15px; font-weight: bold; line-height: 50px; }
.speed-up img{ max-width:100%; border-radious:100px}

/*--End google-add page css--*/

/*--Back to top page css--*/
#back2Top {
    width:40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #e4195b;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top i{ margin:0px; padding:0px;}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

/*--End to top page css--*/



/*--Contact google-add page css--*/
.contact-left a{ color:#fff !important;}
.contact-right ul{ padding:40px 0px;}
.contact-right i{ color:#e4195b;}
.contact-right{ margin-top:0px !important; padding:0px;}
.contact-right h2{ margin:0px !important; color:#fff; text-align:center; font-size:24px; padding:0px;}
.map iframe{ width:100%;}
.contact-right .search-news{ padding-bottom:20px;}

.top_cnt img{ width:100%; display:inline-block;}

.challnge_box{ background:#000; padding:15px; border-radius:0px; margin-top:40px; min-height:100px; cursor:pointer; transition: all .3s ease-out;}
.challnge_box h2{ font-size:18px; color:#fff; line-height:28px; font-weight:normal;}

.challnge_box{ font-size:50px; font-weight:600; color:#fff; margin-bottom:10px;}
.challnge_box:hover{ background:#e3185b;  transform: scale(1.1); transition: all .3s ease-out;}
h2.we-prov{ font-size:35px; font-weight:600;}


/*--End google-add page css--*/



/*--start data and server page css--*/
.sever-box1 img{ height:120px;}
.fast-server{ padding:60px 0px !important;}
.attack_img img{ height:100px; margin-top:15px;}
.server_img img{ max-width:100%;}

.server-banner{ background:#8b2298;}


/*--End data and server page css--*/


/*--Start Responsive--*/

@media only screen and (min-width: 1440px) and (max-width: 1900px) {}
@media screen and (max-width: 1599px) {
	.mainBanner h1{ font-size: 60px; line-height: 70px; }
	.googlePartnerMain { padding: 50px 0px 60px 0px; }
	.gallerySlider { padding: 60px 0px 60px 0px; }
}
@media screen and (max-width: 1499px) {
	.headerMain .navbar-nav .nav-item { padding-right: 12px; padding-left: 12px; }
	.menuRight .nav-item{ padding-left: 10px; padding-right: 10px; }
	.menuRight .nav-item:last-child{ padding-left: 20px; padding-right: 0px; }

}
@media screen and (max-width: 1400px) {
	.navbar-brand img{ width: 220px; }
	.headerMain .navbar-nav .nav-item { padding-right: 10px; padding-left: 10px; font-size: 14px; }
	.menuRight .nav-item{ padding-left: 10px; padding-right: 10px; }
	.menuRight .nav-item:last-child{ padding-left: 14px; }

	h1, .chatMain h3 { font-size: 46px; line-height: 46px; padding-bottom: 16px; }

	.galleryMain { padding: 140px 0px 60px 0px; }

	.contactPartLeft { padding: 28px 20px 28px 40px; }
	.contactPartRight { padding: 20px 0px; }

	.fourPointMain{ padding: 350px 0px 60px; }

	.leaveMessage{ padding: 157px 0px 80px 0px; }
	.contactPart { top: -260px; }

	.footerNav { padding: 60px 0px 40px; }
	.copyRight { padding: 20px 0px; }

	.mainBanner h1 { font-size: 52px; line-height: 65px; }

}
@media screen and (max-width: 1300px) {
	.ourBrand { padding: 60px 0px; }
	.testimonials { padding: 60px 0px; }
}
@media screen and (max-width: 1199px) {
	.mainBanner h1 { font-size: 46px; line-height: 58px; padding-bottom: 20px; }
	.googlePartnerMain h3 span{ display: block; }
	.googlePartnerMain { padding: 80px 0px 40px 0px; }
	.fourPointBox { padding: 0px 20px; }
	.newsletter{ padding: 50px 0px; }
	.newsletter h3 { font-size: 26px; }
	.selected  .header-inset{ background: none !important; position: absolute !important;}

	.myToggler{ border: 0px; background-color: #e3185b; border-radius: 0px; padding: 8px 10px; opacity: 1; color: #fff; }
	.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }


}

@media screen and (max-width: 1199px) {
	.requestDemo { padding: 60px 0px; }
	/*----digital marketing Page----*/
	.social-banner{ background-size:100% 100%;}
	.expert-section ,.best-agecy{background-size: 180px;}
}
@media screen and (max-width: 991px) {
	.mainBanner { padding: 6% 0px 0px 0px; }
	.mainBanner h1 { font-size: 40px; line-height: 50px; }

	h1, .chatMain h3 { font-size: 38px; line-height: 38px; padding-bottom: 16px; }
	.galleryMain { padding: 120px 0px 60px 0px; }
	.gallerySlider { padding: 0px 0px 60px 0px; }
	.fourPointBox { padding: 0px 10px; margin: 30px 0px; }


	.aiMain{ text-align: center; padding: 20px; }
	.aiMain .media{ display: block; width: 100%; }
	.aiMain img{ margin: 0px !important; }
	.aiMain .media-body{ padding-top: 15px; }
	.chatMain{ padding: 30px 15px 0px 15px; }

	.newsletter h3 { font-size: 22px; letter-spacing: unset; }
	.ourBrand { padding: 30px 0px 20px; }

	.contactPartLeft { padding: 10px; text-align: center; width: 100%; }
	.contactPartRightBox { text-align: center; }
	.contactPartRight{  }

	.leaveMessage { padding: 0px 0px 40px 0px; }
	.leaveMessage h2 { padding-bottom: 40px; }
	.contactPart { position: unset; top: 0; left: 0; right: 0; margin-bottom: 40px; }


	.footerNavBox h3 { padding: 0px 0px 12px 0px; margin: 0px 0px 15px 0px; }
	.footerNavBox ul{ margin: 10px 0px; }

	.footerLast{ text-align: center; }
	.ftSocial { text-align: center; padding-top: 20px; }
	.ftLogo { padding-right: 30px; }


	/*----Chat Page----*/
	.open24hours, .chatSmartMain, .chatVideoPart, .aboutAutointel{ padding: 60px 0px; }
	.textPlusPhone { padding: 50px 0px 0px 0px; }

	.innerWrapper h2 { font-size: 30px; padding: 0px 0px 6px; line-height: normal; }

	/*----digital marketing Page----*/
		.best_aciton{ padding:30px 0px;}
	.action-img{align-self: center; bottom:0;}
	.best_aciton h1 ,.innerbanner h1 ,.social-solution h1 ,.expert-section h1 ,.best-services h1 ,.best-agecy h1 ,.network-section h1 ,.digital-services h1{ font-size:30px;}
	.best_aciton h1 span ,.social-solution h1 span ,.expert-section h1 span ,.best-services h1 span ,.best-agecy h1 span ,.network-section h1 span ,.digital-services h1 span{ font-size:27px;}
	.social_image img {
    width: 280px;
}

.top_chatbanner{ padding:100px 0px;}
.top_chatbanner h2 {
    font-size: 40px; line-height:55px;}

}
@media screen and (max-width: 767px) {
	.leaveMessage{
		display: none;}
	.mainBanner h1 { font-size: 30px;}
	.moreMenuMain { height: calc(100vh - 180px); }

	.googlePartnerMain{ text-align: center; }
	.googlePartnerMain img{ padding-top: 30px; }

	.fourPointMain{  }
	.fourPointBox { padding: 0px; }
	.row.vdivide [class*='col-']:not(:first-child):after { background: #484848; width: 100%; height: 1px; content: ""; display:block; position: absolute; top: 0px; bottom: unset;; left: 0px; right: 0px; }

	.testimonialBox .row.vdivide [class*="col-"]:not(:first-child):after{ background: none !important; position: unset !important; }


	.testimonialBox{ padding: 20px; }
	.testimonialBox .media { padding-bottom: 30px; }


	.newsletter { padding: 50px 0px 0px; text-align: center; }
	.newsletter h3 { font-size: 26px; }
	.newsletterRight { position: unset; bottom: 0px; padding-top: 40px; }


	.contactPart h3 { font-size: 36px; }
	.contactPart h4 { font-size: 18px; }
	.contactPartLeft { padding: 30px 10px 20px; }
	.contactPartRightBox { padding: 15px 10px; }

	.footerNavBox { padding: 20px 0px; text-align: center; }
	.footerNav { padding: 30px 0px 20px; }

	.footerNavBox h3::before{ margin-left: auto; margin-right: auto; right: 0px; }
	.footerNavBox li a:before{ margin-left: auto; margin-right: auto; right: 0px; }

	.formOne .form-row{ margin-right: 0px; margin-left: 0px; }
	.formOne .form-row > [class*="col-"] { padding-right: 0px; padding-left: 0px; }


	/*----Chat Page----*/

	.innerbanner{ text-align: center; }


	.chatDemo{ padding-top: 50px; }

	.open24hours, .chatSmartMain, .chatVideoPart, .aboutAutointel{ padding: 50px 0px; text-align: center; }
	.chatVideoPart{ padding-bottom: 80px; }
	.chatVideoRight{ margin: 50px 0px; }
	.textPlusMain { text-align: center; padding-top: 30px; }

	.open24hours .titleh3 { padding: 30px 0px 15px; }
	.chatSmartMain .mt-4{ margin-top: 0px !important; }
	.chatSmartMain h2{ padding: 30px 0px 6px; }

	.requestDemo { text-align: center; }
	.requestDemo .btn{ margin-top: 20px; }

/*----digital marketing Page----*/
.social-banner {
    background-size: cover;
}
.social_image {
    text-align: center;
	margin-top:150px;
}
.innerbanner ,.digital-services ,.network-section ,.expert-section ,.best-services ,.best-agecy{ padding:30px 0px;}
.play-icon {
    position: absolute;
    left: 40%;
    top: 40%;
}


    .best-agecy .col-md-7{ margin-top:12px;}
	.expert-section, .best-agecy {
    background-size: 70px;
}

	.sidebar{ padding-top:0px;}
	.left-blog{ padding-bottom:35px;}
	.single-news {
    margin-top:0px;
}

.top_chatbanner{ padding:50px 0px;}
.top_chatbanner h2 {
    font-size: 30px; line-height:35px;}
	.contact-right{ margin-bottom:25px;}
	.top_cnt{ margin:12px 0px;}
}
@media screen and (max-width: 575px) {

.footerNav .col-lg-6{ padding-left: 15px !important;}

	.rightSidebar{ overflow: auto !important; height: 100% !important; }

	.moreMenu { text-align: center; }
	.moreMenu li a:before { left: 0px; right: 0px; margin-left: auto; margin-right: auto; }
	.moreMenuMain { height: 100% !important; padding: 0px !important; overflow: scroll !important; }


	/*.mainPart .carousel-inner img{ display: none; }*/

	.menuMain { padding: 20px; }
	.navbar-brand img { width: 170px; }

	.btn{ margin-top: 6px; margin-bottom: 6px; }

	.mainBanner { padding: 15% 0px 40px 0px; position: unset; }
	.mainBanner h1 { font-size: 30px; line-height: normal; }
	.mainBanner h1 br{ display: none; }
	.slidermain { display: none; visibility: hidden; }

	.googlePartnerMain { background-image: none; padding: 40px 0px; }

	.brandLogoOne { margin-bottom: 30px; padding: 20px; }
	.brandLogoOne .col { width: 48%; display: inline-block; flex-basis: auto; text-align: center; padding-top: 20px; padding-bottom: 20px; }

	h1, .chatMain h3 { font-size: 30px; }

	.point-image{ width: 280px; margin-left: auto; margin-right: auto; }
	.fourPointMain { padding: 90px 0px 20px; }

	.galleryMain { padding: 40px 0px; }
	.newsletter .btn{ margin-top: 15px; }

	.aiMain { padding: 40px; }

	.testimonials { padding: 40px 0px; }
	.testimonials h1 { padding-bottom: 30px; }
	.testimonialText { padding-left: 0px; text-align: center; }
	.testimonialText:before { position: unset; }
	.testimonialText:after{ position: unset; }
	.testimonials h1 { font-size: 30px; padding-bottom: 20px; }

	.testimonialBox { border-radius: 12px; }
	.testimonialBox .media{ display: unset; text-align: center; }
	.testimonialBox .media img{ margin-right: 0px !important; display: inline-block; }
	.testimonialBox .media-body{ padding-top: 20px; }

	.ftGoogle{ padding-top: 30px; padding-bottom: 15px; }
	.copyRight{ letter-spacing: 0px; }

	/*----Inner Page----*/

	body { font-size: 14px; }
	p { padding-bottom: 16px; line-height: 26px; }

	.innerbanner { padding: 40px 0px; }

	.innerWrapper h2 { font-size: 24px; }
	.titleh3 { font-size: 18px; }

	.chatVideoPart h3 { font-size: 20px; line-height: 38px; }

.search-news .btn.searcBtn {
    padding-top: 12px;
}


}
@media screen and (max-width: 460px) {

	.googlePartnerMain  h1{ font-size: 30px !important;}
	.googlePartnerMain  h1 .red span{ font-size: 60px !important;}
}


.header-inset {
    /*background: linear-gradient(135deg, #293278 0%,#72268f 100%);*/
    height: 100px;
    position: fixed !important;
}
.sub-menu-section {
	background: linear-gradient(85deg, #293278 0%,#72268f 100%);
	transition: background-color 1s ease;
	opacity: 0.95;
}

@media only screen and (max-width: 1366px){
    nav.navigation-part{
        max-width: 803px !important;
    }
}

.loader-overlay{
    position: absolute;
    width: 96.5%;
    height: 95%;
    opacity: 0.5;
    z-index: 1;
}
.custom-loader{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 200px;
    height: 200px;
    z-index: 2;
    margin: -75px 0 0 -75px;
    border: 30px solid #f3f3f3;
    border-radius: 50%;
    border-top: 30px solid #72268f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.custom-loader-2{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 200px;
    height: 200px;
    z-index: 2;
    margin: -75px 0 0 -75px;
    border: 30px solid #b19cd9;
    border-radius: 50%;
    border-top: 30px solid #72268f;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader-container, .loader-container_2{ display: none;}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

