/*font-family: 'Poppins', sans-serif;*/
body { font-family: 'Lato', sans-serif;}
body.gry-bg, .gry-bg { background: #eaeef2;}

#wrapper { overflow-x: hidden;}

/*header*/
header { position: fixed; width:100%; top:0; left:0; right:0; z-index: 6; transition: all 0.3s;}
.header-container { width:100%; padding: 0px 65px;}

.contactform .input::-webkit-input-placeholder, .contactform .textarea::-webkit-input-placeholder { color: #181b25; opacity: 0;}
.contactform .input::-moz-placeholder, .contactform .textarea::-moz-placeholder { color: #181b25; opacity: 0;}
.contactform .input:-ms-input-placeholder, .contactform .textarea:-ms-input-placeholder { color: #181b25; opacity: 0;}
.contactform .input:-moz-placeholder, .contactform .textarea:-moz-placeholder { color: #181b25; opacity: 0;}

#navigation li.nav-item .sub { position: absolute; left:0; text-align: left; background: none; border-radius: 0px; border: 0; display: none; padding: 24px 0 0 0;}
#navigation li.nav-item:hover .sub { display: block;}
#navigation li.nav-item .sub .sub-menu:after, #navigation li.nav-item .sub .sub-menu:before { bottom: 100%; left: 30px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #e5e5e5; border-width: 10px; margin-left: -10px; top:-5px; display: none;}
#navigation li.nav-item .sub .sub-menu::before {border-bottom-color: #e5e5e5;}
#navigation li.nav-item .sub-menu.inner-sub { position: absolute; left:100%; top:0; border-left: 1px solid #e5e5e5; display: none;}
#navigation li.nav-item .sub-menu { display: block; min-width: 270px; background: #fff; border-radius:0px; border: 1px solid #e5e5e5; border-top:0;}
#navigation li.nav-item .sub-menu li { position: relative;}
#navigation li.nav-item .sub-menu li a { color:#181b25; padding: 2px 15px 4px 15px; display: inline-block; font-weight: 500; width: 100%; border-top: 1px solid #e5e5e5; font-size:14px;}
#navigation li.nav-item .sub-menu li a:hover { color:#4285f4;}
#navigation li.nav-item .sub-menu li a:after { display: none;}
#navigation li.nav-item .sub-menu li:hover .inner-sub { display: block;}
.logo { display: inline-block; width: 220px; height: 70px; background: url(../images/wordprax-logo.png) no-repeat center left / auto; float: left;}
.row.header-row { margin: 0 auto;}
.inner-menu { text-align: right;}
#navigation.navbar-nav { display: inline-block; margin: 0 10px 0 0;}
#navigation li.nav-item { float: none; display: inline-block; margin: 0 15px; position: relative;}
#navigation li.nav-item.contact-num { margin: 0 22px;}
#slidemenu, .fr { width: auto; display: inline-block;}
.contact-number, .contact-number:hover, .circle-btn, .circle-btn.wht, .circle-btn:hover { background: #fff; padding: 10px 20px 10px 45px; border-radius: 25px; font-size: 14px; font-weight: 700; color: #181b25; text-decoration: none; text-transform: uppercase; position: relative; overflow: hidden; font-family: 'Poppins', sans-serif;}
.right-menu { text-align: right; padding: 9px 0 0;}
#navigation li.nav-item a { color:#fff; text-transform: none; font-family: 'Lato', sans-serif; font-weight: 600; font-size:16px; text-decoration: none; line-height: 45px; display: inline-block; position: relative;}
#navigation li.contact-num a { font-weight: 800; padding-bottom: 2px; vertical-align: middle;}
#navigation li.contact-num a:before { content: "";  display: inline-block; height: 14px; width: 1px; background: #ddd; position: relative; top: 1px; left: -18px;}
#navigation li.nav-item a:after { content: ""; display: inline-block; width: 0px; background: #fff; position: absolute; bottom: -1px; left: 0; right:0; margin: 0 auto; transition: all 0.2s; height:2px;}
#navigation li.nav-item a:hover:after, #navigation li.nav-item:hover a:after { width: 100%;}
#navigation li.nav-item.contact-num a:after { display: none;}
#navigation li.nav-item ul.sub-menu a:hover:after { display: none;}
.contact-number:after, .circle-btn:after, .circle-dot:after { position: absolute; display: block; content: ''; width: 20px; height: 20px; top: 10px; left: 18px; z-index: 2; pointer-events: none; background-color: transparent; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: inset 0 0 0 5px #181b25; box-shadow: inset 0 0 0 5px #181b25;}
.contact-number:hover:after, .circle-btn:hover:after, .circle-dot:hover:after { -webkit-box-shadow: inset 0 0 0 5px #ef323a; box-shadow: inset 0 0 0 5px #ef323a; -webkit-transition: all 0s ease-in-out .2s; -o-transition: all 0s ease-in-out .2s; transition: all 0s ease-in-out .2s;}
.contact-number:before, .circle-btn:before, .circle-dot:before {position:absolute;display:block;content:'';width:20px;height:20px;top:10px;left:18px;z-index:2;pointer-events:none;background-color:none;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;-webkit-box-shadow:0 0 0 0 #ef323a;}
.contact-number:hover:before, .circle-btn:hover:before, .circle-dot:hover:before {-webkit-transition: all .5s ease-in-out .2s; -o-transition: all .5s ease-in-out .2s; transition: all .5s ease-in-out .2s; -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0); box-shadow: 0 0 0 30px rgba(0,0,0,0);  -webkit-box-shadow: inset 0 0 0 5px #ef323a; box-shadow: inset 0 0 0 5px #181b25;}
.circle-dot:hover:before {box-shadow: 0 0 0 30px #fff;}
.contact-number:hover:before, .circle-btn:hover:before, .circle-dot:hover:before { -webkit-box-shadow: 0 0 0 30px rgba(63,90,123,0); box-shadow: 0 0 0 30px rgba(63,90,123,0);}
.circle-dot:before, .circle-dot:after { top: 12px;}
.circle-dot.wht-circle:after, .circle-btn.wht:after { -webkit-box-shadow: inset 0 0 0 5px #fff; box-shadow: inset 0 0 0 5px #fff;}
.circle-dot.wht-circle:before, .circle-btn.wht:before { -webkit-box-shadow:0 0 0 0 #fff;}
.circle-dot.wht-circle:hover:before, .circle-btn.wht:hover:before { -webkit-box-shadow: inset 0 0 0 5px #fff; box-shadow: inset 0 0 0 5px #fff;}
.circle-dot.wht-circle:hover:before, .circle-btn.wht:hover:before { -webkit-box-shadow: 0 0 0 30px rgba(63,90,123,0); box-shadow: 0 0 0 30px rgba(63,90,123,0);}
.navbar-header.col-sm-2 { padding:0;}
/*white-header*/
header.white-header, .header-wht header { background: #fff; border-bottom: 1px solid #e5e5e5;}
header.white-header #navigation li.nav-item a, .header-wht header #navigation li.nav-item a { color: #181b25;}
header.white-header .logo, .header-wht header .logo { background: url(../images/wordprax-logo-blk.png) no-repeat center left / auto;}
.header-wht header.open-menu .logo { background: url(../images/wordprax-logo-blk.png) no-repeat center left / auto;}
header.white-header .contact-number, .header-wht header .contact-number, header.white-header .contact-number:hover, .header-wht header .contact-number:hover { background: #4285f4; color: #fff;}
header.white-header .contact-number:after, .header-wht header .contact-number:after { -webkit-transition: all 0s ease-in-out .2s; -o-transition: all 0s ease-in-out .0s; transition: all 0s ease-in-out .0s;}
header.white-header .contact-number:after, .header-wht header .contact-number:after, header.white-header .contact-number:hover:after, .header-wht header .contact-number:hover:after { -webkit-box-shadow: inset 0 0 0 5px #fff; box-shadow: inset 0 0 0 5px #fff; -webkit-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; transition: all 0s ease-in-out 0s;}
header.white-header #navigation li.nav-item a:after, .header-wht header #navigation li.nav-item a:after { background: #4285f4; background: #181b25;}
header.white-header #navigation li.nav-item .sub-menu a:after, .header-wht header #navigation li.nav-item .sub-menu a:after { background: none;}
header.white-header .contact-number:before, .header-wht header .contact-number:before {-webkit-box-shadow:0 0 0 0 #fff;}
header.white-header .contact-number:hover:before, .header-wht header .contact-number:hover:before  { -webkit-box-shadow: inset 0 0 0 5px #fff; box-shadow: inset 0 0 0 5px #fff;}
header.white-header .contact-number:hover:before, .header-wht header .contact-number:hover:before { -webkit-box-shadow: 0 0 0 30px rgba(63,90,123,0); box-shadow: 0 0 0 30px rgba(63,90,123,0);}
header.white-header .nav-menu span, .header-wht header .nav-menu span { background: #181b25;}

/*sidemenu*/
.full-screen-menu.section { position: fixed; top:0; left:0; width:100%; height:100%; z-index: 5; background: #181b25; background: linear-gradient(to right, #181b25, #103ba5); padding: 0; font-family: 'Poppins', sans-serif; transition: all 0.5s; -webkit-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; display: none; opacity: 0; transition: all 0.5s 0.3s;}
.full-screen-menu.show { display: block; opacity: 1; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.menu-title { font-size: 143px; text-transform: uppercase; color: #fff; font-weight: 700; font-family: 'Poppins', sans-serif; letter-spacing: -11px; line-height: 0.8; margin: 10px auto 20px 15px; font-size: 18.12vh; letter-spacing: -1.4vh;}
.menu-content { padding: 19vh 0 0;}
.blueTxt { color: #4285f4;}
.full-screen-menu .red-btn, .full-screen-menu .red-btn:hover { border-radius: 40px; margin: 40px auto 0 23px; padding: 12px 32px 12px 48px;}
.full-screen-menu .red-btn .circle-dot::before, .full-screen-menu .red-btn .circle-dot::after, .full-screen-menu .red-btn.circle-dot::before, .full-screen-menu .red-btn.circle-dot::after { top: 15px;} 
.side-navigation { position: absolute; top: 50%; transform: translate(0, -50%);}
.side-navigation li a, .side-navigation li .menu-link { color:#fff; font-size:29px; text-transform: uppercase; font-family: 'Poppins', sans-serif; font-weight: 700; padding: 10px 0; width:100%; display: inline-block; text-decoration: none;}
.side-navigation li .btn.btn-link { padding:0; width:100%; text-align: left;}
.inner-sub-menus li a { font-size:14px; text-transform: uppercase; font-weight: 600; padding:2px 0; width:100%; transition: all 0.3s;}
/*.inner-sub-menus { height: 0; transition: all 0.3s; opacity: 0; display: none;}*/
.side-navigation { width:100%;}
.side-navigation li { width: 100%; text-align: left; padding:0; transition: all 0.3s;}
.inner-sub-menus { margin: 0 auto 15px;}
.side-navigation li:hover .inner-sub-menus { height: auto; opacity: 1; display: inline-block;}
.inner-sub-menus li:hover a, .side-navigation li:hover span, .side-navigation li:hover > a { color:#4285f4; transition: all 0.3s;}
.side-navigation li .btn-link .menu-link, .side-navigation li .btn-link.collapsed:hover .menu-link {color:#4285f4;}
.side-navigation li .btn-link.collapsed .menu-link {color:#fff;}
.full-screen-menu .right-menu { text-align: left; position: relative; height: calc(100vh - 170px); padding: 0 0 0 88px;}
.office-sec .title { font-size: 45px; font-weight:700; color:#fff;}
.office-sec .title { position: relative; top: 50%; transform: translate(0, -50%);}
.office-sec .social-icons { position: relative; top: 50%; transform: translate(0, -38%);}
.office-sec { position: absolute; bottom: 0; width: 100%; text-align: left; color: #fff; border-top:1px solid rgba(255,255,255,.15);}
.office-sec p { color: #fff; font-size: 15px;}
.office-sec .col { padding: 40px 2%; border:1px solid rgba(255,255,255,.1); margin-left:-1px; border-top:0;}
.office-sec .col:nth-child(1) { border-left:0; text-align: center; padding: 40px 0 40px 2%; max-width: 20%; text-indent: 0;}
.office-sec .col:nth-child(2) { padding: 40px 4%; flex: 0 0 41%;}
.office-sec .col:nth-child(5) { border-right:0; text-align: center; padding: 40px 2%;}
.office-sec .social-icons a { float: none;}
.office-sec .social-icons { float: left; width:100%;}
.office-sec .row { margin: 0; padding: 0;}
header.open-menu nav#slidemenu, header.open-menu .fr { display: none;}
.nav-menu span.right-ar:before, .nav-menu span.right-ar:after { content: ""; width: 32px; height: 5px; background: #fff; float: left; margin: 1px auto 7px; position: absolute; transition: all 0.3s; display: inline-block; top:0; left:0; right:0; opacity: 0;}
header.open-menu .nav-menu span.right-ar:before { opacity: 1; transform: rotate(45deg);}
header.open-menu .nav-menu span.right-ar:after { opacity: 1; transform: rotate(-45deg);}
header.open-menu .right-menu, header.open-menu .row.header-row { height: 1px;}
.nav-menu.open > span:not(.right-ar) { display: none;}
.nav-menu.open > span.right-ar { background: none;}
.nav-menu.open span.right-ar, .nav-menu.open:hover span.right-ar { left:0; top:5px;}
.nav-menu.open { margin: 12px auto 0 20px; height: 30px;}
@-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn;}

/*banner-sec*/
.top-banner { height: 100vh; background: url(../images/top-banner.jpg) no-repeat 0% 50% / cover; background-attachment: fixed; position: relative;}
.red-btn, .red-btn:hover, .app-developer .red-btn, .app-developer .red-btn:hover { background: #4285f4; color:#fff; font-size: 18px; padding: 12px 32px; text-decoration: none; font-weight:700; text-transform: uppercase; display: inline-block; font-family: 'Poppins', sans-serif; position: relative;}
.banner-content .red-btn, .lt-content .red-btn { border-radius: 40px; margin: 40px auto 0; transition: all 0.3s;}
.app-developer .red-btn { border-radius: 40px; margin: 10px auto 0; transition: all 0.3s;}
.banner-content .red-btn:hover { background: #4285f4;}
.banner-content { display: inline-block; position: absolute; top: 50%; transform: translate(0,-50%); max-width: 100%; margin: 0 auto; left: 0; right: auto; max-width: 850px; padding: 0 0 0 80px; z-index: 2;}

.top-banner .banner-content .red-btn, .top-banner .banner-des, .top-banner .red-border { position: relative; left: 8px; float: left;}
.top-banner .banner-des { padding: 8px 0;}
.top-banner .banner-des h1 { display: inline;} 
.banner-content h4 { font-size: 105px; color: #fff; font-weight: 800; letter-spacing: -5px; text-indent: -4px;}
.sub-heading, .banner-content h4.sub-heading, .sub-heading h1 { font-size: 112px; text-transform: uppercase; color: #fff; font-weight: 800; line-height: 100px; letter-spacing: -7px; margin-top:50px; font-family: 'Poppins', sans-serif; height: 190px; text-indent: 0;}
.banner-content h4.sub-heading.sm-font, .banner-content h1.sub-heading.sm-font { font-size: 120px; text-transform: uppercase; color: #fff; font-weight: 800; line-height: 100px; letter-spacing: -8px; margin-top:35px; font-family: 'Poppins', sans-serif; height: 185px; text-indent: 0;}
.red-border { border-top: 2px solid #fff; display: inline-block; width: 100px; margin: 25px auto 23px; float: left;}
.banner-des, .banner-des h2, .banner-des h1 { font-size: 24px; color: #fff; font-family: 'Lato', sans-serif; line-height:30px; font-weight: 600;}
.banner-des h2 { display: inline;}
.red-text { color:#ef323a;}
.blue-text { color:#4285f4;}
.blk-text { color:#181b25;}
.nav-menu { width: 50px; display: inline-block; vertical-align: middle; margin: 5px auto 0 20px; cursor: pointer;}
.nav-menu span { display: inline-block; width: 32px; height: 5px; background: #fff; float: left; margin: 1px auto 7px; position: relative; transition: all 0.3s;}
.nav-menu span.right-ar { left: 7px;}
.nav-menu:hover span.right-ar { left:0;}
.call-circle { display: none;}
.top-banner::before { content: ""; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/overlay-pattern.png) rgba(1,42,94,.05); z-index: 1; height: 100%;}

/*section*/
.h4, .left-content h1.title-h1, .h4.sec-heading a, .boxes-sections a h2 { color:#181b25; font-size:38px; font-weight: 800; text-transform: uppercase; line-height: 1.1; letter-spacing: -1px; font-family: 'Poppins', sans-serif; margin: 10px auto 15px;}
.h4.sec-heading a { color:#181b25; text-decoration: none;}
.largest-company-sec h2 { display: inline; font-weight: 800;line-height: 1.05;}
.largest-company-sec h3.h4, .largest-company-sec h3, .largest-company-sec h2.h4 { width:100%; float: left;}
.largest-company-sec .left-content .para, .para, .largest-company-sec .left-content .para a, .left-content h1.in-h1, .largest-company-sec .left-content .para h2.in-h2 { font-size: 17px; text-decoration: none;}
.left-content .para h2 { display: inline;}
.section { padding: 90px 0; font-size:18px; }
.section .container-fluid, .footer .container-fluid, .brands-section .container-fluid, .back-row .container-fluid, .detailed-section .container-fluid, .industries-details .container-fluid { max-width: 100%; margin: 0 auto; padding: 0 5%; }
.mr0 { margin: 0 auto;}
.cols-sec .cols { margin: 0 auto 60px;}
.cols h4, .cols .h4, .cols .h4 a, .figcaption h4, .largest-company-sec .cols h3, .enterprise-sec .cols-sec h2 { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif; margin: 5px auto 10px; color:#181b25; letter-spacing: 0; text-decoration: none; line-height: 1.3;}
.cols-sec p, .cols-sec .para, .cols-sec h3, .para a, .cols-sec .para .in-h2 { font-size: 16px; color: #848f95; font-weight: normal; line-height: 1.5;}
.cols-sec { padding: 0 0 0 35px;}
.cols-sec .cols a { text-decoration: none;}
.cols a { color: #848f95;}
.cols a:hover { color:#4285f4;}
.cols-sec .cols:nth-child(odd) { padding-right: 25px;}
.cols-sec .cols:nth-child(even) { padding-left: 25px;}
.cols-sec .cols:nth-child(3), .cols-sec .cols:nth-child(4), .largest-company-sec .cols-sec .cols:nth-child(5), .largest-company-sec .cols-sec .cols:nth-child(6) { margin-bottom:0;}
.left-content p, .left-content h1, .left-content .para, .left-content h3, .para, .largest-company-sec .left-content .para h2 { color: #848f95; font-size: 17px; font-weight: normal; line-height: 1.6;}
.left-content h1, .cols-sec h3, .left-content h3 { display: inline;}
.largest-company-sec .cols-sec .cols:nth-child(3), .largest-company-sec .cols-sec .cols:nth-child(4), .largest-company-sec .cols-sec .cols { margin: 0 auto 52px; float: left; flex:none;}
.left-content .gry-btn, .left-content .gry-btn:hover { display: inline-block; width:auto;}
.left-content .gry-btn:hover, .content-section .circle-btn.gry-btn:hover, .thanks-ms .gry-btn:hover { background: #4285f4; transition: all 0.3s;}


.visible-xs { display: none;}

/*footer*/
.footer { margin: 0px auto 0; clear: both;}
.footer .inner-footer { background: #252a35; padding: 100px 0 50px;}
.footer-head a, .hvQues .footer-head { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif; margin: 5px auto 10px; color: #fff; margin: 0 auto 10px; display: inline-block;}
.menu-listing p { margin: 0 auto 15px;}
.menu-listing p, .menu-listing p a, .footernav li a, .rating-bottom, .hvQues, .linkings li a {color: #6e747d; font-size: 15px; font-weight: 500; transition: all 0.1s;}
.linkings li a:hover, .menu-listing p a:hover, .footernav li a:hover { color:#fff;}
.contact-col.menu-listing p { margin: 0 auto 25px;}
.footernav li, .footernav li a { float: left; width:100%; line-height: 2;}
.hvQues { text-align: right; position: relative; right: -30px;}
.hvQues .collapse div { line-height: 1.4;}
.hvQues .collapse .rating-bottom { margin-top: 25px;}
.contact-col { min-width: 21%;}
.service-col, .company-col, .solution-col { padding: 0 30px;}
.hvQues .phone-contact a { font-size: 37px; display: block; font-weight: 800; color: #fff; font-family: 'Poppins', sans-serif; line-height: 1; letter-spacing:-2px;}
.hvQues .phone-contact a .red-text { color: #fff;}
.hvQues a { color: #6e747d;}
.footer a { text-decoration: none;}
.phone-contact { margin: 0 auto 30px;}
.bottom-footer, .brands-section { padding: 20px 0; font-size: 13px; color: #fff; background: #181b25; color: #626a75;}
.inner-nav { float: left; margin: 0 auto 30px;}

.copyright .social-icons { text-align: right; padding-bottom:5px; padding-right:22px;}
.social-icons a { display: inline-block; width: 45px; height: 45px; margin: 0 0 0 7px; opacity: 1; border:0px solid #fff; border-radius: 50%;}
.social-icons .fb-icon { background: url(../images/socials/fb.svg) no-repeat 4px 5px / 30px;}
.social-icons .tw-icon { background: url(../images/socials/tw.svg) no-repeat 9px 8px / 25px;}
.social-icons .lnkd-icon { background: url(../images/socials/linkedin.svg) no-repeat 1px -7px / 40px;}
.social-icons .fb-icon:hover { background: url(../images/socials/fb-hv.svg) no-repeat 4px 5px / 30px;}
.social-icons .tw-icon:hover { background: url(../images/socials/tw-hv.svg) no-repeat 9px 8px / 25px;}
.social-icons .lnkd-icon:hover { background: url(../images/socials/linkedin-hv.svg) no-repeat 1px -7px / 40px;}
.social-icons a:hover { opacity: 1; border: 0px solid #4285f4;}
.row.copyright { margin: 10px auto 0px; font-size:12px; font-family: 'Poppins', sans-serif; font-weight: 500; padding-top:5px; text-transform: uppercase; color:#6e747d;}
.copyright .copy { padding-top: 5px;}
footer .copyright h2 { padding: 2px 0 0;}
footer .copyright a { color: #6e747d; }
.menu-listing .collapse.vd { display: block;}


/*developement section*/
.inner-section h2, .inner-section .h2 { font-size: 22px; font-style: normal; letter-spacing: -0.3px; text-transform: none; margin: 35px 0 0; display: inline-block;color: #303241; line-height:1.1;}
.img-column { min-height: 220px; width: 100%; background:#ddd; position: relative; text-align: center; transition: all 0.3s;}
.img-column img { display: inline-block; position: relative; margin: 0 auto; z-index: 1; top: 55px; transform: scale(0); transition: all 0.3s; max-width:110px;}
.columns:hover .img-column img { transform: scale(1);}
.img-column.wp { background: url(../images/column-img1.jpg) no-repeat center center / cover;}
.img-column.jm { background: url(../images/column-img2.jpg) no-repeat center center / cover;}
.img-column.dr { background: url(../images/column-img3.jpg) no-repeat center center / cover;}
.img-column.mg { background: url(../images/column-img4.jpg) no-repeat center center / cover;}
.img-column:after { content: ""; display: inline-block; position: absolute; width: 100%; height: 100%; left:0; top:0; background: rgba(0,0,0,0.5); opacity: 0; transition: all 0.2s;}
.inner-section h2, .inner-section .h2 { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif; margin: 35px 0 20px; color: #181b25; letter-spacing: -0.1px; text-decoration: none; line-height: 1.3;}
.inner-section p { font-size: 17px; color: #848f95; font-weight: 400; line-height: 1.5;}
.columns a { text-decoration: none;}
.read-more { display: none;}
.commonheading2 { text-align: center;}
.commonheading2 .para h1 { display: inline;}
.commonheading2 .para { font-size:18px;}
.inner-section { padding-top: 50px; width:100%;}
.section {}

/*success section*/
.btn-rounded { padding: 15px 25px 15px 25px; border-radius: 25px; font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; position: relative; overflow: hidden; font-family: 'Poppins', sans-serif;}
.gry-btn, .gry-btn:hover, .blue-btn, .blue-btn:hover { background: #181b25; color:#fff; display: block; float: none; margin: 25px auto 0; padding: 12px 25px 12px 48px; font-size: 15px;}
.blue-btn.wht, .blue-btn.wht:hover, .blue-btn, .blue-btn:hover { display: inline-block; background: #4285f4; padding: 9px 20px 10px 45px;color:#fff; float: none; margin: 25px auto 0; font-size: 15px;}

.section.success-sec, .statistics { background: linear-gradient(to right, #103ba5, #4285f4); color:#fff; text-align: center; float: left; width:100%; padding-top:100px;}
.gry-btn.circle-btn:before { box-shadow: 0 0 0 0 #fff; top: 13px;}
.gry-btn.circle-btn:after { box-shadow: inset 0 0 0 5px #fff; top: 13px;}
.gry-btn.circle-btn:hover::before { -webkit-box-shadow: 0 0 0 30px rgba(63,90,123,0); box-shadow: 0 0 0 30px rgba(63,90,123,0);}
.gry-btn.circle-btn:hover:after { top: 13px;}
.h3 {font-size: 65px; font-weight: 800; letter-spacing: -2.5px; line-height: 1; margin: 0 auto -10px; font-family: 'Poppins', sans-serif; color:#fff; text-transform: uppercase;}
.small-heading { font-size: 24px; font-weight: 600; line-height:1.2;}
.success-sec .small-heading { margin: 30px auto 20px;}
.red-brdr.sm, .red-border-line { height: 2px; width: 100px; background: #fff; display: block; margin: 20px auto;}

/*Guarantee Section*/
.h4.sm, .boxes-sections a h2 { font-size: 38px; letter-spacing: -0.5px; line-height: 1.1;}
.guarantee-sec .sec-heading .red-border { margin: 15px 0; display: block;}
.section.guarantee-sec { padding: 120px 0 150px; background: #fff; clear: both; border-bottom: 1px solid #e5e5e5; margin-bottom:-1px;}
.diffrentiators { border-top: 1px solid #e5e5e5;}
.diffrentiators .small-heading, .development-process-sec .sm-heading, .guarantee-sec .small-heading { padding: 0 8%; line-height: 1.3; text-align: center;}
.diffrentiators h4, .development-process-sec .h4, .h4.lrg { font-size: 43px; font-weight: 800; line-height: 1; letter-spacing: -1.5px; font-family: 'Poppins', sans-serif; margin: 10px auto 23px;}

.guarantee-row .h5 { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif; margin: 25px auto 10px; color: #181b25; letter-spacing: 0; text-decoration: none;}	
.guarantee-row .para { font-size: 16px; color: #848f95; font-weight: normal; line-height: 1.4;}
.guarantee-row, .partners-row, .tools-row { margin: 70px auto 0;}
.guarantee-row .grnt-cols, .partners-row .grnt-cols { padding: 0 30px; border-right: 1px solid #e5e5e5;}
.partners-row .grnt-cols { max-width: 20%;}
.partners-row .grnt-cols img { max-width:100%;}
.guarantee-row .grnt-cols img.col-icon { max-width: 70px; max-height: 60px;}
.guarantee-row .grnt-cols img.col-icon.flexi { max-width: 60px;}
.guarantee-row .grnt-cols:first-child { padding-left:0;}
.guarantee-row .grnt-cols:last-child { padding-right:0; border:0;}
.partners-row .grnt-cols:last-child { border:0;}
.guarantee-row .grnt-cols figure { height: 65px;}
.guarantee-sec .hsgroup { margin: 0 auto; display: block;}
.guarantee-sec .small-heading h2, .guarantee-sec .small-heading, .testimonials .small-heading, .sm-heading { color: #848f95; font-size: 19px; line-height: 1.2; font-family: 'Lato', sans-serif; font-weight: 500; text-align: center;}

/*Content section*/
.content-section { border-top: 1px solid #e5e5e5; padding: 50px 0 0;}
.content-img figure img { float: right;}
.content-img figure { float: right; width:100%;}
.content-left { padding: 30px 40px 0 15px;}
.content-left .h4 { margin: 0 auto 40px; font-size: 48px;}

/*Testimonials*/
.testimonial-cols { max-width: 800px; margin: 0 auto; float: none; display: block;}
.testimonial-sec { background: url(../images/testimonials.jpg) no-repeat center center / cover; background-attachment: fixed; color:#fff; padding:30px 0; text-align: center;}
.avtar { width: 80px; height: 80px; border-radius: 50%; border:5px solid rgba(255,255,255,.1); display: inline-block; margin: 20px auto 0; overflow: hidden;}
.avtar img { float: left; width: 100%; height: 100%;}
.testimonial-sec .title, .testimonial-sec .item em { float: left; width: 100%;}
.testimonial-sec .item em { }
/*.testimonials { text-align: center; background: linear-gradient(to right, #103ba5, #4285f4);}*/
.testmonial-box { padding: 30px 40px 10px; border-radius: 5px; float: none; display: inline-block; margin: 38px 25px; width: 41.66666667%; box-sizing: border-box; background: #fff; position: relative;}
span.name { color: #086fd8; font-size: 17px; font-weight: 800; text-transform: uppercase;}
.testmonial-box .para { font-size: 16px; color: #848f95; font-weight: normal; line-height: 1.4; margin-bottom: 30px;}
.short-img { display: inline-block; width: 100px; height: 100px; border-radius: 50%; position: absolute; top: 50%; margin-top: -50px;}
.left1 .short-img { left: -120px; background: url(../images/client1.jpg) no-repeat center center/cover;}
.right1 .short-img { right: -120px; background: url(../images/client2.jpg) no-repeat center center/cover;}
.name .sup { font-size: 25px; position: relative; margin-right: 5px;}
.left1:after { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff; border-width: 12px; margin-top: -12px;}
.right1:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-left-color: #ffffff; border-width: 12px; margin-top: -12px;}


/*transform-sec*/
.transform-sec { text-align: center; background: #2970da; color:#fff; text-transform: uppercase; clear: both;}
.transform-sec .h3 { text-align: center; width:100%; font-size: 70px; font-weight: 800; letter-spacing: -2.5px; line-height: 1; margin: 0 auto -10px; font-family: 'Poppins', sans-serif; padding-top:10px;}
.transform-sec .small-heading { margin: 30px auto 20px;}
.transform-sec p { font-weight: 600; font-family: 'Poppins', sans-serif; font-size: 25px; margin: 30px auto 0; line-height: 1.4;}
.red-brdr.sm, .red-border-line, .gry-border-line, .blue-border-line { height: 2px; width: 100px; background: #fff; display: block; margin: 20px auto;}
.gry-border-line { background: #181b25;}
.blue-border-line { background: #4285f4;}
.certified-sec { text-align: center; font-size:15px; clear: both;}
.certified-sec .sm-col { padding: 30px 0; color:#fff; font-family: 'Poppins', sans-serif; border-right: 1px solid rgba(255,255,255,0.15); border-top: 1px solid rgba(255,255,255,0.15);}
.certified-sec .sm-col p { font-size:13px; font-weight: 500; line-height:2px; text-transform: uppercase;}
.certified-sec .sm-col:last-child { border-right:0;}
.certified-sec .bl-col { background: #181b25;}
.certified-sec .bls-col { background: #181b25;}
.certified-sec .bld-col { background: #181b25; padding: 30px;}
.certified-sec .blk-text { color:#4285f4;}
.counter { font-size: 38px; font-weight: 600; padding-left: 15px;}
.sm-title { font-size: 24px; font-weight: 700; padding: 12px 0 10px; line-height: 1.2;}
.counter::after { content: ""; display: inline-block; width: 20px; height: 20px; background: url(../images/plus-ico.png) no-repeat center center; position: relative; top: -3px;}
/*Counter section*/
.transform-sec .col-left, .transform-sec .col-right { padding: 80px 5.5%;}
.transform-sec .col-right { background: #181b25; padding: 80px 7%;}
.transform-sec .container-fluid {} 
.column-box p { font-size: 13px; color: #848f95; font-family: 'Poppins', sans-serif; font-weight: 500; padding: 40px 15px; line-height: 17px; text-transform: uppercase;}
.column-box .sm-cols { border:1px solid #eaeaea; margin-left: -1px; margin-bottom: -1px; padding:0;}
.column-box.row { margin: 0 auto;}
.counter-listing { padding:0; background: #181b25; float: left; width: 100%;}
.counter-listing li { float: left; width: 25%; border-right: 1px solid #fff; padding: 20px 10px;}
.counters-item strong { font-size: 40px; font-family: 'Poppins', sans-serif; font-weight: 700;}


/*case-studes-wpx*/
.cms-solutions-sec.section { border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; float: left; width:100%; margin-bottom: 0; padding: 130px 0 120px; background: #fff;}
.cms-solutions-sec .left-content { padding: 0px 0px 0px 15px;}
.cms-solutions-sec .right-img img { max-width: 900px; position: absolute; right: -183px; bottom: -122px;}
.cms-solutions-sec .circle-btn { margin: 40px auto 0; display: inline-block; padding: 12px 25px 12px 48px; font-size: 15px; transition: all 0.2s;}
.cms-solutions-sec .h4 { margin: 10px auto 35px;}


/*Services Banners*/
.ecommerce-banner { background: #181b25 url(../images/services/ecommerce.jpg) repeat fixed 0px -20px / cover;}
.wordpress-customization-banner { background: #181b25 url(../images/services/wordpress-custimzation.jpg) repeat fixed 0px -50px / cover;}
.psd-to-wordpress-banner { background: #181b25 url(../images/services/psd-to-wordpress.jpg) repeat fixed 0px -35px / cover;}
.custom-wordpress-banner { background: #181b25 url(../images/services/custom-wordpress.jpg) repeat fixed 0px 0px / cover;}
.html-to-wordpress-banner { background: #181b25 url(../images/services/html-to-wordpress.jpg) repeat fixed 0px -20px / cover;}
.hire-wordpress-banner { background: #181b25 url(../images/services/hire-wordpress.jpg) repeat fixed 0px -50px / cover;}
.wordpress-plugin-banner { background: #181b25 url(../images/services/wordpress-plugin.jpg) repeat fixed 0px 0px / cover;}

/*hire-section*/
ul.hire-team-process { width:100%; padding:60px 0 20px 0; float:left;}
ul.hire-team-process .figcaption { margin: 40px auto 0;}
ul.hire-team-process li .figcaption h4 { padding: 0 20px; margin: 0 auto 20px; font-size: 18px; line-height:1.3;}
ul.hire-team-process li { width:25%; float:left; padding:0 40px; text-align: center; position: relative; transition: all 0.5s;}
ul.hire-team-process li:first-child{ border-left:none;}
ul.hire-team-process li figure { display:block; width:100%; height:127px;}
ul.hire-team-process li figcaption p, ul.hire-team-process li .figcaption p { font-size: 16px; color: #848f95; font-weight: normal; line-height: 1.4;}
ul.hire-team-process li.step1 figure { background:url(../images/hire-team1.png) no-repeat center top; image-rendering: pixelated; -webkit-image-rendering: pixelated; -moz-image-rendering: pixelated;}
ul.hire-team-process li.step2 figure { background:url(../images/hire-team2.png) no-repeat center top; image-rendering: pixelated; -webkit-image-rendering: pixelated; -moz-image-rendering: pixelated;}
ul.hire-team-process li.step3 figure { background:url(../images/hire-team3.png) no-repeat center top; image-rendering: pixelated; -webkit-image-rendering: pixelated; -moz-image-rendering: pixelated;}
ul.hire-team-process li.step4 figure { background:url(../images/hire-team4.png) no-repeat center top; image-rendering: pixelated; -webkit-image-rendering: pixelated; -moz-image-rendering: pixelated;}
ul.hire-team-process li:hover figure { background-position:center bottom;}

/*development process*/
.dashed-circle { width: 200px; height: 200px; border: 2px dotted #c5ced5; border-radius: 50%; display: inline-block;}
.section.hire-section, .section.hire-section .container-fluid { float: left; width:100%;}
.section.hire-section { padding:0;}
.section.development-process-sec, .section.development-process-sec .hsgroup { clear: both; float: left; width: 100%;}
.development-process-sec { padding: 110px 0 110px 0; /*border-top: 1px solid #e5e5e5;*/ float: left;width:100%;}
.section.development-process-sec .hsgroup {}
ul.hire-team-process li:after { position: absolute; content: ''; height: 1px; top: 25%; right: -17.25%; width: 35%; border-bottom: 2px dotted #c5ced5;}
ul.hire-team-process li:last-child:after { display: none;}
.project-requirment { background: url(../images/icons/development-process/post-project-requirements.png) no-repeat center center / 85px;}
.discuss-project { background: url(../images/icons/development-process/discuss-project.png) no-repeat 50% 47% / 90px;}
.terms-n-timelines { background: url(../images/icons/development-process/engagement-terms.png) no-repeat center center / auto;}
.get-started { background: url(../images/icons/development-process/secure-payment.png) no-repeat 50% 60% / 95px;}

/*Slide Portfolio*/
#slide-portfolio, #slide-portfolio #slides2 { overflow: visible !important;}
#slide-portfolio .container { position: relative; z-index: 1; width: 100%; padding:0; max-width: 1120px; max-width: 100%;}
#slide-portfolio.campcrate { background: #022a5e; min-height: 100vh; padding:0; position: relative; float: left; width:100%;}
#slide-portfolio.campcrate { background: #252a35;}
/*#slide-portfolio.campcrate:after { content:""; display: inline-block; width: 100%; height: 100%; position: absolute; top:0; left:0; }*/
#slide-portfolio .bottom-grd{ content: ""; display: inline-block; width: 100%; height: 500px; top: 300px; position: absolute; left:0; z-index: 99;}
#slide-portfolio .bottom-grd { background: -moz-linear-gradient(top,  rgba(0,0,0,0) 44%, rgba(0,0,0,0.08) 50%, rgba(0,0,0,0.85) 99%, rgba(0,0,0,0.85) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 44%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.85) 99%,rgba(0,0,0,0.85) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 44%,rgba(0,0,0,0.08) 50%,rgba(0,0,0,0.85) 99%,rgba(0,0,0,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );}
#slide-portfolio.campcrate .left-img-sec figure { /*position: absolute;*/ left: 0; padding-top: 40px; right:0; text-align: center; max-width: 1125px; bottom:0; width: 100%; margin: 0 auto;}
#slide-portfolio.campcrate .left-img-sec figure img { max-width: 100%; border-radius: 8px 8px 0 0; image-rendering: auto;}
#slide-portfolio.campcrate .left-img-sec { position: relative;}
#slide-portfolio.campcrate .right-text-sec { position: relative; top: 10px; width: 100%; display: inline-block; text-align: center; max-width: 1100px;}
/*#slide-portfolio.campcrate .first-slide { margin-top: 50px; top: 0 !important;}*/
#slide-portfolio h2, #slide-portfolio h4, #slide-portfolio .h4 { /*font-family: 'breuertextbold';*/ font-family: 'Poppins', sans-serif; font-weight: 800; color:#fff; font-size: 80px; text-indent: -3px; letter-spacing: -5px; margin-bottom: -3px;}
#slide-portfolio.sections p { font-size: 19px; line-height: 24px; margin-bottom: 30px;}
#slide-portfolio .btn { margin-top: 35px; background: #ef323a; border: 0; position: absolute; left: 0; right: 0; margin: 0 auto; top: 77%; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 16px; border-radius: 40px; width: auto; padding: 10px 20px 10px 45px; color:#fff; transition: all 0.5s;}
#slide-portfolio .btn i { font-size: 30px; vertical-align: top; margin: 0 10px 0 0;}
#slide-portfolio .slidesjs-control { max-height: 600px !important; margin-top: 50px; top: 0 !important;}
#slide-portfolio .btn.gossups { background: #4285f4; text-transform: uppercase; position: relative; overflow: hidden;}
/*#slide-portfolio .btn.gossups:hover { background: #022a5e;}*/
#slide-portfolio .btn.bellaprint { background: #df2b2b;}
#slide-portfolio .btn.bellaprint:hover { background: #022a5e;}
#slide-portfolio .btn.beyond {background: #df2b2b;}
#slide-portfolio .btn.beyond:hover { background: #022a5e;}
#slide-portfolio .slidesjs-container, #slide-portfolio .slidesjs-control { max-height: 840px !important;}
.slidesjs-pagination li a { display: block; width: 10px; height: 10px; float: left; margin: 1px; overflow: hidden; background-color: rgba(0, 0, 0, 0.2); border-radius: 60px; text-indent: -99999px;}
#slide-portfolio .slidesjs-pagination li a { background: #ccc; width: 10px; height: 10px;}
#slide-portfolio .slidesjs-pagination li a.active, #slide-portfolio .slidesjs-pagination li a:hover { background: #4285f4;}
#slide-portfolio .slidesjs-pagination { margin: -39px auto; text-align: center; width: 100%; display: inline-block; position: absolute; z-index: 999; left:0;}
#slide-portfolio .slidesjs-pagination li { float: none; display: inline-block; margin: 0 2px;}


.circle-icons { width: 43px; height: 43px; margin: 0 0 10px; position: relative; }
.circle-icons img { max-width: 43px; max-height: 43px; display: block; margin: 0 auto; position: absolute; top: 43%; left: 0; right: 0; transform: translate(0%,-50%);}

/*Contact Page*/
.inner-banners, .services { background: #022a5e; color: #fff; padding: 90px 0 120px; position: relative;}
.corporate { background: #181b25 url(../images/headers/corporate.jpg) no-repeat center -115px / cover; }
.services { background: #181b25 url(../images/headers/services.jpg) no-repeat center -80px / cover; }
.expertise { background: #181b25 url(../images/headers/expertise.jpg) no-repeat center -110px / cover;}
.portfolio-banner { background: #181b25 url(../images/headers/portfolio.jpg) no-repeat center -85px / cover;}
.inner-banners::before, .section.top-address:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: url(../images/overlay-pattern.png);}
.contact { background: #181b25 url(../images/headers/contact.jpg) no-repeat 0 -105px / auto; background-attachment: fixed;}
.inner-banners .main-heading, .inner-banners h1 { margin: 75px 0 0; width: 100%; font-size: 100px; font-weight: 800; line-height: 1; font-family: 'Poppins', sans-serif; padding-top: 10px; text-transform: uppercase; letter-spacing: -5.5px;}
.inner-banners .top-heading, .inner-banners h2 { padding: 5px 0px; font-size: 28px; line-height: 1.2;}

.contact-section { margin: 90px auto 110px; box-shadow: none; border:1px solid #e5e5e5;}
.top-row.wht-bar { background: #fff; border-bottom: 1px solid #d8d8d8; color: #022a5e; height: auto; padding: 45px 20px 35px 25px;}
.contactform .form-group { border-right: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8;}
.contact-forms .h2.sm { margin: 0; padding: 0 0px 10px;}
.contact-forms .small-heading { text-align: left; font-size:17px; line-height:1.3; font-weight: normal; color: #848f95;}

/*Contact Secton*/
.section.top-address { text-align: center; clear: both; color:#fff; padding: 90px 0 170px; position: relative;}
.section.top-address .container-fluid { position: relative;}
.add-col { padding: 50px 0 0;}
.top-address .h3 { font-size: 21px; text-transform: uppercase; color: #fff; font-family: 'Poppins', sans-serif;  font-weight: 700; line-height: 1.1; letter-spacing: -0.5px; margin: 0 auto 15px;}
.clock-container { height: 125px; width: 125px; display: inline-block; margin: 0 0px 15px 0; position: relative; }
.contactform dl { float:left; width:100%;}
.contactform dl dd { float: left;}
.contactform .form-group { border-right: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; position: relative; padding: 30px 30px 23px 30px; margin: 0; font-size: 17px; font-weight: 700; color: #848f95;}
.contactform .form-group .input { width: 100%; border: 0; height: 40px; font-size: 17px; font-weight: 500; color: #848f95; z-index: 1; position: relative; background: none; box-shadow: none;}
.contactform .form-group .input.budget { font-weight: 700;}
.contactform .form-group .textarea { width: 100%; border: 0; height: 200px; font-size: 17px; resize:none; font-weight: 400; color: #848f95; margin-top: 8px;}
.contactform .form-group label { font-size: 17px; color: #848f95; margin: 0 auto 10px; font-weight: 700;}
.contactform .form-group .input + label { font-size: 17px; color: #848f95; margin: 0 auto 10px; font-weight: 700; position: absolute; left: 30px; top: 33px; transition: all 0.3s;}
.contactform .form-group .input.budget { text-indent: 0px; background: url(../images/down-arrow.png) no-repeat 95% 15px / 22px;}
.contactform .form-group .input.budget option { font-size:17px; font-weight: 700;}
.contactform .form-group.phone-no label { position: absolute; left: 110px; top: 30px;}
.contactform .form-group .input:focus + label, .contactform .form-group .input.valid + label { top: 12px; font-size: 17px;}
.contactform .form-group.textarea-group label { position: absolute; top: 25px; left: 30px;}
.btn-contact { position: relative; margin: 40px auto 0 15px; display: inline-block;}
.btn-contact .circle-btn, .btn-contact .circle-btn:hover { margin: 0 auto; border:0; padding: 12px 25px 12px 48px; font-size: 15px;}
.btn-contact .circle-dot { z-index: 1;}
.btn-contact.circle-btn::before, .btn-contact.circle-btn::after { top: 13px;}
.btn-contact.circle-btn, .btn-contact.circle-btn:hover { padding:0; background: #4285f4; margin: 40px auto 0 15px;}
.btn-contact .circle-btn.gry-btn:hover { background: #4285f4; transition: all 0.3s;}
.btn-contact.circle-btn:after, .btn-contact.circle-btn:before { top: 13px;}
.contactform .form-group .input.error + label + .error-brdr { position: absolute; left: 0px; right: 0px; width: 100%; top: 0; height: 100%; border-bottom: 2px solid #ef323a; transition: all 0.3s;}
.upload-resume .error-msg, .error-div .error-msg { color: #ef323a; font-size: 15px;}
.add-col p, .right-form-sec .add-col p { font-size: 17px; font-weight: 500; line-height: 1.5;}
.contact-forms .right-form-sec { /*background: linear-gradient(to top, #103ba5, #4285f4);*/ color:#fff; border-radius: 0 0 2px 0; background: #4285f4;}
.middle-align { position: absolute; top: 50%; transform: translate(0,-50%); left:0; right:0; width:100%; padding: 0 30px;}
.right-form-sec .middle-align { padding: 0 0px;}
.floatLeft.captcha { width: auto; display: inline-block; vertical-align: middle; margin: 0 0 0 40px;}
.right-form-sec .middle-align .h2h { font-size: 25px; line-height: 1.3; margin: 0 auto 40px;}
.contactform .next2btn { display: inline-block; vertical-align: middle; margin: 0px 20px 0 100px; float: none;}
.right-form-sec p { font-size: 22px;}
.contact-section { margin: 90px auto 110px; box-shadow: none; border: 1px solid #e5e5e5; background: #fff; border-radius: 0px; overflow: hidden; max-width: 88%; position: relative;}
.contact-section .form-left { padding-bottom: 50px;}
.top-heading, .inner-banners .top-heading h2 { font-size: 28px; font-family: 'Lato', sans-serif; line-height: 1.2; display: inline; margin: 0; font-weight: 700; letter-spacing: 0px; text-transform: none; padding: 5px 10px; display: inline-block; width:100%; float: left;}
.inner-banners .top-heading h2 { width:auto; padding:0; display: inline;}
.btn-contact .circle-btn.red-btn { background: #ef323a; cursor: pointer;}
.btn-contact .circle-dot { cursor: pointer;}
.right-form-sec .blue-bar { font-size: 21px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif; margin: 0px -15px 10px; color: #fff; letter-spacing: 0; text-decoration: none; line-height: 1.3; padding: 40px 28px 35px 25px; height: 127px; border:0;}
.top-row.blue-bar .h5 { margin: 10px 5px; font-size: 20px; font-weight: 700;}
.demo-container.clocks  { max-width: 85%; margin: 0 auto;}
.right-form-sec .demo-container.clocks { margin: 0 auto 70px;}
.right-form-sec .add-col { padding: 50px 0 0; text-align: left;}
.top-address .top-heading.h2 { font-size: 115px; margin: 0 auto; padding: 30px 0 0; color: #0099da; letter-spacing:-7px; line-height:1; font-weight: 800;}
.sm-cols .sm-heading, .h2.sm { font-size: 28px; font-family: 'Poppins', sans-serif; font-weight: 800; letter-spacing: -1px; margin: 0; padding: 40px 15px; line-height: 17px; text-transform: uppercase; color: #181b25;}


/*Inner pages*/
.heading, .heading h3, .heading h2 { color:#181b25; font-size:20px; font-weight: 800; text-transform: uppercase; line-height: 1.05; letter-spacing: 0px; font-family: 'Poppins', sans-serif; margin: 50px auto 20px;}
.heading { margin: 0;}
.listings, .benifits { margin: 0; float: left; width: 100%;}
.benifits { margin: 5px 0 0;}
.listings li, .benifits li { position: relative; padding: 3px 10px 3px 15px; font-size: 17px; color: #848f95; font-weight: normal; text-decoration: none;}
.benifits li { padding: 10px 10px 10px 40px;}
.benifits .num { background: #4285f4; color: #fff; border-radius: 50%; width: 25px; height: 25px; position: absolute; left: 0; font-size: 13px; font-weight: 800; line-height: 1.9; text-align: center; top: 11px;}
.listings li::before { content: ""; display: inline-block; width: 5px; height: 5px; background: #758495; border-radius: 50%; vertical-align: middle; position: absolute; left: 0; top: 50%; transform: translate(0,-50%);}
.left-sec { padding-right: 40px;}
.right-sec { padding-left: 40px;}
.box-content { background: linear-gradient(to right, #103ba5, #4285f4); color: #fff; padding: 50px 55px;}
.box-content h2 { font-size: 35px; text-transform: uppercase; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 800; line-height: 1.2; letter-spacing: -0.5px; margin: 0 auto 0px}

.left-sec a { font-size: 17px; text-decoration: none;}
.left-sec a:hover {color: #086fd8;}

.listings { float: left; width: 100%;} 
.second-row { padding: 50px 0;}
.largest-company-sec .cols-sec.cols-sec.right-cols .cols:nth-child(2n) { padding-left:15px;}
.largest-company-sec .cols-sec.cols-sec.right-cols .cols:nth-child(2n+1) { padding-right:15px;}
.largest-company-sec .cols-sec.right-cols .cols:nth-child(4), .largest-company-sec .cols-sec.right-cols .cols { margin: 0 auto 35px;}
.cols-sec.right-cols { padding:40px 0 0 35px;}
.mb30 { margin-bottom: 30px;}

/*Terms*/
body.gry-bg, .gry-bg { background: #eaeef2;}
.detailed-section, .industries-details { padding: 90px 15px 0;}
.terms-section .h1.job-title { font-weight: 800; letter-spacing: -0.5px; font-size: 24px; font-family: 'Poppins', sans-serif; text-transform: uppercase; font-size: 25px; padding-top:7px;}
.terms-section .respons { padding: 40px 50px 80px;}
.terms-section .title { color: #181b25; font-size: 18px; font-weight: 800; margin: 50px auto 5px; font-family: 'Poppins', sans-serif; text-transform: uppercase;}
.terms-section .respons { padding: 40px 50px 80px; border-top: 1px solid #e5e5e5; font-size: 16px; color: #758495; color: #848f95;}
.terms-section .inner-container { background: #fff; margin: 0px auto 100px; border: 1px solid #e5e5e5; padding: 0;}
.terms-section .top-row { padding: 30px 43px 70px;}

/*Industries*/
.section.industries-sec { padding: 75px 15px 85px;}
#innercontainer .column { padding: 25px 23px; border: 1px solid #e5e5e5; margin-right: -1px; margin-bottom: -1px; transition: all 0.3s; background: #fff; transition: all .3s; margin: 0px 0.7% 20px; flex: 0 0 23.5%; max-width: 23.5%; text-decoration: none;}
#innercontainer .column:hover {background: #181b25;}
#innercontainer .column figure { position: relative; height: 210px;}
#innercontainer .column img { width: 100%; height: auto; transition: all 0.3s;}
#innercontainer .column:before { content: ""; display: inline-block; width: 100%; height:100%; background: rgba(0,0,0,0.55); position: absolute; z-index: 1; left:0; top:0; opacity: 0; transition: all 0.3s;}
#innercontainer .column:after { content:""; position: absolute; width: 48px; height: 48px; background: #4285f4 url(../images/plus-ico-wht.png) no-repeat center center; left: 0; right:0; top: 35%; margin: 0 auto; z-index: 1; border-radius: 2px; opacity: 0; transition: all 0.3s;}
#innercontainer .column:hover:before, #innercontainer .column:hover:after { opacity: 1;}
.indus-sec .desc-area h3 { font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: -1px; font-family: 'Poppins', sans-serif; margin: 15px auto 0px; color: #181b25; letter-spacing: 0; text-decoration: none; display: inline-block; transition: all 0.3s; line-height: 30px;}
#innercontainer .column:hover .desc-area h3, #innercontainer .column:hover .desc-area p { color:#fff;}
.desc-area { position: relative; z-index: 1;}
.desc-area p { font-size: 12px; color: #848f95; font-weight: 700; line-height: 1.1; transition: all 0.3s; text-transform: uppercase;}


.software-development-sec { float: left; width:100%; border-top: 1px solid #e5e5e5; float: left; width:100%; background: #e9edf3;}
.software-development-sec .left-img img { float: left;}
.software-development-sec .content-right { padding: 80px 90px 0px; background: linear-gradient(to right, #103ba5, #4285f4);}
.software-development-sec .content-right .h4 { color:#fff; margin-bottom: 55px;}
.software-development-sec .para { color:#fff;}
.software-development-sec .circle-btn.gry-btn { display: inline-block; margin: 65px auto 0;}
.pd0 { padding:0;}
.section.development-process-sec { padding: 120px 0 130px 0;}
.content-section .circle-btn.gry-btn.d-inline-block {     margin: 40px auto 0px;}
.testimonial-slider p { color:#fff; display: block; font-size:20px; line-height: 1.5; font-weight: 700;}
.owl-item .item .title { width:100%; color:#fff; margin: 20px auto 0px; display: inline-block; font-weight: 700; font-family: 'Poppins', sans-serif; font-size: 20px; text-transform: uppercase;}
.portfolio-slider-sec { position: relative; width: 900px; height: 520px; background: url(../images/portfolio/portfolio-bg.png) no-repeat center center / cover; top: 1px; left: -20px;}
.portfolio-slider-sec .inner-sec { width: 700px; position: relative; top: 34px; left: 102px;}
.portfolio-slider .owl-dots { display: none;}

.cms-solutions-sec .h4 { margin: 20px auto 35px; font-size: 41px; letter-spacing:-1px;}
.cms-solutions-sec .right-img img { position: relative; bottom:0; right:0; max-width:100%;}
.cms-solutions-sec.section { padding: 130px 0 0px;}
.owl-carousel.owl-theme.portfolio-slider.owl-loaded.owl-drag { max-width: 750px; background: #ccc;}

.bottom-explore { float: left; width:100%; padding:0;}
.upper-explore { padding-bottom: 40px;}

.hover-content { content: ""; position: absolute; color:#fff; height: 100%; width: auto; left: 15px; right: 15px; z-index: 1; padding: 25px 38px 0; top:0; opacity: 0; transition: all 0.3s; background: #4285f4;}
.hover-content:hover { opacity: 1; transition: all 0.3s;}
.inner-section .hover-content .h2, .inner-section .hover-content p { color:#fff;}
.inner-section .h2 { font-size:26px; line-height:1.1;}
.hover-content .circle-btn { display: inline-block;}


.browsebox { float: none; display: inline-block; margin: 0 auto 0 79px; vertical-align: middle; padding: 0px; position: relative; float: right;}
.browsebox { width: 100%; margin: 0; margin-top: -60px;}
.browsebox input { position: relative; z-index: 2; opacity: 0; width:100%; height:100%; padding: 20px 20px 20px 20px; font-size:16px;}
.browse-btn { position: absolute; left: 0; right: 0; color: #022a5e; z-index: 1; text-align: left; width: 100%; padding: 20px 20px 20px 40px; background: url(../images/plus-sign.png) no-repeat 97.5% 30px / 22px; height: 100%; top:0;}
.file-name { position: absolute; right: 60px; font-size: 17px; color: #758495; margin: 5px auto 0px; font-weight: 700; max-width: calc(100% - 200px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 5px;}
.contactform .form-group.upload-resume label{ margin-top: 8px;}


.live-chat { position: fixed; right: 25px; bottom: 18px; z-index: 4;}
.live-chat .blue-btn { font-size:0; background: #4285f4 url(../images/chat-icon.png) no-repeat 15px 19px; display: inline-block; width: 65px; height: 65px; border-radius:50%; transition: all 0.2s;}
.live-chat .blue-btn:hover { background: #181b25 url(../images/chat-icon.png) no-repeat 15px 19px;}

.inner-banners { background-attachment: fixed;}

.h1.thanks { font-weight: 800; font-size: 38px; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: -1px; line-height: 1.2; margin: 35px 0; display: inline-block;} 
.thanks-ms .para {font-size: 19px; line-height: 1.4; margin-bottom:3px;}
.thanks-ms .gry-btn { margin: 40px auto 0;}
.rating-bottom strong { font-weight: normal;}

/*changes 3-5-19*/
.privacy-banner { background: #022a5e url(../images/headers/privacy.jpg) no-repeat 0px -80px / cover; background-attachment: fixed;}
.copyright .rating-bottom { font-size: 12px; font-family: poppins,sans-serif; font-weight: 500; text-transform: uppercase; color:#6e747d;}
.privacy-banner h4 { font-size: 120px; text-transform: uppercase; color: #fff; font-weight: 800; line-height: 100px; letter-spacing: -8px; margin-top:35px; font-family: 'Poppins', sans-serif; height: 185px; text-indent: 0;}
.response { padding: 40px 50px 0; border-top: 0px solid #e5e5e5; font-size: 16px; color: #758495; display: inline-block; width:100%;}
.response .title { display: inline-block; width: 100%;}
.section.blog-banner { background: linear-gradient(to right, #181b25, #103ba5); text-align: center; padding-top: 147px; padding-bottom: 65px;}
.banner-heading { display: inline-block; background: #fff; font-size: 30px; letter-spacing: 1px; text-transform: uppercase; color: #022a5e; font-family: poppins,sans-serif; font-weight: 800; padding: 0 50px; line-height: 89px;}

#cookie-msg { position: fixed; bottom: 0px; width: 100%; text-align: center; border-top:1px solid #e5e5e5; z-index: 9; padding: 13px 50px; background-color: #fff; color: #181b25; font-size: 11px; font-family: 'Poppins', sans-serif; text-transform: uppercase; font-weight: 600;}
.msg a.btn-aceptar { color: #fff; text-decoration: none; padding: 4px 11px; border-radius: 50px; background-color: #4285f4; margin: 0 0 0 10px; font-family: 'Poppins', sans-serif; text-transform: uppercase; font-weight: 700; font-size: 11px; letter-spacing:0px; display: inline-block;}
.msg { line-height: normal;}
.msg a { color:#4285f4; text-decoration:none;}
.msg a:hover { color:#0056b3; text-decoration:none;}
.msg a.btn-aceptar:hover { background:#181b25; color:#fff;}
.live-chat { z-index: 99; }
/*body.home_body, body { padding-bottom: 53px;}*/
body.home_body.cached, body.cached { padding-bottom: 0;}
.terms-section .listings li { font-size: 16px;}
.privacy-banner .banner-content h4.sub-heading.sm-font, .privacy-banner .banner-content h1.sub-heading.sm-font { font-size: 100px; text-transform: uppercase; color: #fff; font-weight: 800; line-height: 100px; letter-spacing: -6px; margin-top:35px; font-family: 'Poppins', sans-serif; height: 78px; text-indent: 2px;}



/*6-5-19*/
.section.our-blog-sec { margin: 0 auto 120px;}
.our-blog-columns .img-column img { height: auto; max-height: 100%; max-width:100%; transform: none; top:0;}
.img-column { padding: 0; max-height: 498px; background: #b43f48;}
.our-blog-columns .bottom-para { color: #848f95;}
.our-blog-sec .wh-col { margin: 0 0; max-width: 25%; border-right: 5px solid #fff; padding: 35px 30px;}
.our-blog-sec .h5 { color: #023575; transition: all 0.05s; font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif;}
.our-blog-sec .wh-col:hover .h5 { color:#fff;}
.our-blog-columns .wh-col { margin: 0 0; max-width: 25%; border-right: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 30px 30px; background: #fff;} 
.our-blog-columns .wh-col { max-height: 498px;}
.our-blog-columns .wh-col:hover { background: #4285f4; border-left-color: #4285f4; border-top-color: #4285f4; border-bottom-color: #4285f4; text-decoration: none;}
.our-blog-columns { border-top:1px solid #e5e5e5; padding: 120px 0;}
.our-blog-columns .wh-col:first-child { border-left: 1px solid #e5e5e5;}
.our-blog-columns .h5 { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif; color: #181b25;}
.our-blog-columns .h5 a { color: #023575; text-decoration: none;}
.our-blog-columns .wh-col:hover .h5, .our-blog-columns .wh-col:hover .h5 a { /*color:#4285f4;*/color:#fff;}
.our-blog-columns .read-more { font-size: 14px; width: 180px; font-weight: 600; text-transform: uppercase; font-family: 'Poppins', sans-serif; color: #181b25; float: left; margin: 30px auto 0; border: 1px solid #181b25; padding: 10px 15px; border-radius: 3px; text-shadow:none; text-align: center; position: absolute; bottom: 30px; display: inline-block;}
.our-blog-columns .wh-col:hover .read-more, .our-blog-sec .wh-col:hover .read-more { color:#fff; text-decoration: none; background: #181b25; border-color: #181b25;}
.sm-date { font-size:14px; margin: 0 auto 10px; display: inline-block; font-weight: 600; font-family: 'Poppins', sans-serif; color:#4285f4;}
.our-blog-sec .wh-col:hover .sm-date, .our-blog-columns .wh-col:hover .sm-date { color:#fff;}
.our-blog-sec .blog-title, .our-blog-columns .blog-title { text-align: center; margin: 0 auto 40px;}
.blog-title .sm-heading { font-size: 15px; text-transform: uppercase; color:#181b25; font-family: 'Poppins', sans-serif; font-weight: 600; }
.blog-title .sm-title { font-size:38px; text-transform: uppercase; font-weight: 800; font-family: 'Poppins', sans-serif;  color:#023575; padding-top:2px; letter-spacing:-0.5px}
.our-blog-columns .wh-col:hover .bottom-para { color:#fff;}
.our-blog-columns .wh-col {transition: all 0.3s;}
.our-blog-columns .blue-border { border-top: 2px solid #181b25; display: inline-block; width: 75px; margin: 18px auto 15px;}
.our-blog-columns .wh-col:hover .blue-border { border-top: 2px solid #fff;}
.img-column { background: linear-gradient(to right, #103ba5, #4285f4);}
.our-blog-columns .blog-title .h4.lrg { display: inline-block; width:100%; margin: 10px auto 10px;}


.benifits-row .h5 { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif; margin: 25px auto 10px; color: #181b25; letter-spacing: 0; text-decoration: none;}	
.benifits-row .para { font-size: 16px; color: #848f95; font-weight: normal; line-height: 1.4;}
.benifits-row { margin: 0px auto 0;}
.benifits-row .grnt-cols { padding: 0px 100px 50px 150px; border-right: 0px solid #e5e5e5;}
.partners-row .grnt-cols { max-width: 20%;}
.partners-row .grnt-cols img { max-width:100%;}
.benifits-row .grnt-cols img.col-icon { max-width: 70px; max-height: 60px;}
.benifits-row .grnt-cols img.col-icon.flexi { max-width: 60px;}
.benifits-row .grnt-cols:last-child { padding-right:130px; border:0; margin-left:0px;}
.partners-row .grnt-cols:last-child { border:0;}
.benifits-row .grnt-cols figure { height: 65px; position: absolute; left: 40px; top: 28px;}
.benifits-services .hsgroup { margin: 0 auto; display: block;}
.section.benifits-services { padding: 100px 0 100px; background: #fff; clear: both; border-bottom: 1px solid #e5e5e5; margin-bottom: -1px;}
.section.benifits-services .h4 { margin-bottom: 93px;}


.whatsapp-chat { position: fixed; right: 25px; bottom: 18px; z-index: 4;}


/*whatsapp chat box*/
.live-chat .blue-btn { cursor: pointer;}
.chat-box { box-shadow: 0 12px 24px 0 rgba(0,0,0,0.1); background: #fff; width: 325px; height: 400px; border-radius: 10px; overflow: hidden; position: absolute; bottom: 50px; right:0; opacity: 0; transition: all 0.3s; visibility: hidden;}
.chat-box.show { opacity: 1; bottom: 90px; visibility: visible;}
.top-blue { background: #4285f4; padding: 20px 20px; box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2); color:#fff; font-family: 'Poppins', sans-serif; float: left; width:100%;}
.top-blue h4 { font-weight: 700; line-height: 12px; font-family: 'Poppins', sans-serif; text-transform: uppercase; margin-top: 13px; font-size: 14px;}
.top-blue small { font-size: 13px; line-height: 18px; margin-top: 4px; font-family: 'Roboto', "Lato", sans-serif;}
.img-profile { width: 52px; height: 52px; position: relative; left: 0px; background: url(../images/img-profile.jpg) no-repeat center center / cover; border-radius: 50%; float: left; margin: 0 15px 0 0;}
.img-profile:before { content: ''; bottom: 0; right: 0; width: 12px; height: 12px; box-sizing: border-box; background-color: #4ad504; position: absolute; z-index: 1; border-radius: 50%; border: 2px solid rgb(2, 53, 117);}
.middle-chat { background: rgb(230, 221, 212); padding: 29px 0px 32px 20px; float: left; width:100%; position: relative; overflow: hidden;}
.middle-chat:before { display: block; position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; z-index: 0; opacity: 0.08; background: url(../images/whatsapp.png)}

.img-profile { width: 52px; height: 52px; position: relative; left: 0px; background: url(../images/img-profile.jpg) no-repeat center center / cover; border-radius: 50%; float: left; margin: 0 15px 0 0;}
.img-profile:before { content: ''; bottom: 0; right: 0; width: 12px; height: 12px; box-sizing: border-box; background-color: #4ad504; position: absolute; z-index: 1; border-radius: 50%; border: 2px solid #4285f4;}
.middle-chat, .middle-form .form-sec { background: rgb(230, 221, 212); padding: 29px 0px 32px 20px; float: left; width:100%; position: relative; overflow: hidden;}
.middle-chat:before, .middle-form .form-sec:before { display: block; position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; z-index: 0; opacity: 0.08; background: url(../images/whatsapp.png)}

.bottom-popup { float: left; width: 100%;}
.chat-sec { padding: 7px 14px 6px; background-color: #fff; border-radius: 0 8px 8px 8px; position: relative; transition: 0.3s ease all; z-index: 2; box-shadow: 0 1px 0.5px rgba(0,0,0,0.13); margin-top: 4px; max-width: calc(100% - 66px); left: 15px;}
.chat-sec::before { content: ""; display: inline-block; position: absolute; background: url(../images/chat-arrow.png) no-repeat top right / contain; left: -15px; top: 0; width: 15px; height: 20px;}
.chat-sec h5 { font-size: 13px; font-weight: 700; line-height: 25px; font-family: 'Poppins', sans-serif;}
.chat-sec p { font-size: 14px; line-height: 19px; margin-top: 4px; color: rgb(17, 17, 17);}
.chat-sec span { text-align: right; margin-top: 4px; font-size: 12px; line-height: 16px; color: rgba(17,17,17,0.5); width: 100%; display: inline-block;}
.wts-btn { padding: 12px 20px 10px; border-radius: 8px; border: medium none; background: rgb(0, 153, 218) none repeat scroll 0% 0%; color: rgb(255, 255, 255); font-size: 14px; font-weight: 700; justify-content: center; align-items: center; margin: 25px 28px; display: block; overflow: hidden; text-align: center; text-decoration: none; font-family: 'Poppins', sans-serif;}
.wts-btn:hover { color:#fff; text-decoration: none;}

.cross-chat { width: 25px; height: 25px; position: absolute; right: 10px; top: 10px; cursor: pointer; z-index: 9;}
.cross-chat:before, .cross-chat:after { content: ''; position: absolute; width: 12px; height: 2px; background-color: rgba(255,255,255,1); display: block; border-radius: 2px; transition: all 0.5s; left: 0; right: 0; margin: auto; top: 50%;}
.cross-chat:before { transform: rotate(45deg);}
.cross-chat:after { transform: rotate(-45deg);}
.cross-chat:hover:before, .cross-chat:hover:after { background: rgba(255,255,255,1);}
.top-row .pd0 { padding-left: 5px;}

.hide-chat .live-chat, .hide-chat .chat-box.show { display: none;}


.wts-btn, .submit-btn { padding: 12px 20px 10px; border-radius: 5px; border: medium none; background: rgb(0, 153, 218) none repeat scroll 0% 0%; color: rgb(255, 255, 255); font-size: 14px; font-weight: 700; justify-content: center; align-items: center; margin: 25px 28px; display: block; overflow: hidden; text-align: center; text-decoration: none; font-family: 'Poppins', sans-serif;}
.text-form-ms.live-chat { z-index: 9;}
.text-form-ms .chat-box { height: auto; box-shadow:  0 12px 24px 0 rgba(0,0,0,.2); bottom: -50px;}
.text-form-ms .chat-box.show { bottom: 5px;}
.middle-form { padding: 0 0 20px 0;}
.text-form-ms .form-sec { padding: 22px 25px 15px; float: left; width:100%; max-height: 360px; overflow: auto;}
.text-form-ms .text-box, .text-form-ms .text-msg { width: 100%; float: left; border: 1px solid #d0d0d0; height: 35px; border-radius: 5px; padding: 8px 10px; position: relative; z-index: 1; background: #fff; color: rgb(17, 17, 17); font-size: 13px;}
.text-form-ms .text-msg { height: 80px; resize: none;}
.text-form-ms .form-group label { position: absolute; top: 9px; left: 10px; font-size: 14px; color:#666; z-index: 1; transition: all 0.2s;}
.text-form-ms .form-group { position: relative; float: left; width: 100%; margin-bottom: 8px;}
.text-form-ms .submit-btn { width: calc(100% - 50px); margin: 21px 25px 22px 25px; text-transform: uppercase; cursor: pointer; background: #4285f4;}
.text-form-ms .submit-btn:hover { background: #181b25;}
.sm-txt { text-align: center; font-size: 13px; padding: 12px 25px; display: inline-block; color: rgb(17, 17, 17); background: #fff; line-height: 1.4;}

.text-form-ms .text-box:focus + label, .text-form-ms .text-box.valid + label, .text-form-ms .text-msg:focus + label, .text-form-ms .text-msg.valid + label { top: -18px; left:0; font-size: 11px;}

.text-form-ms .text-box.error, .text-form-ms .text-msg.error { /*border-color: #df2b2b;*/ box-shadow:none; outline:0; color:#ef323a;}

.text-form-ms .text-box::-webkit-input-placeholder, .text-form-ms .text-msg::-webkit-input-placeholder { color: rgba(17, 17, 17,0.8);}
.text-form-ms .text-box::-moz-placeholder, .text-form-ms .text-msg::-moz-placeholder { color: rgba(17, 17, 17,0.8);}
.text-form-ms .text-box:-ms-input-placeholder, .text-form-ms .text-msg:-ms-input-placeholder { color: rgba(17, 17, 17,0.8);}
.text-form-ms .text-box:-moz-placeholder, .text-form-ms .text-msg:-moz-placeholder { color: rgba(17, 17, 17,0.8);}

.text-form-ms .text-box.error::-webkit-input-placeholder, .text-form-ms .text-msg.error::-webkit-input-placeholder { color:#ef323a; opacity: 1;}
.text-form-ms .text-box.error::-moz-placeholder, .text-form-ms .text-msg.error::-moz-placeholder { color:#ef323a; opacity: 1;}
.text-form-ms .text-box.error:-ms-input-placeholder, .text-form-ms .text-msg.error:-ms-input-placeholder { color:#ef323a; opacity: 1;}
.text-form-ms .text-box.error:-moz-placeholder, .text-form-ms .text-msg.error:-moz-placeholder { color:#ef323a; opacity: 1;}



.chat-box .form-sec .captcha { float: left; width: 100%; overflow: hidden;}
.chat-box .form-sec .g-recaptcha { text-align: center; padding: 0px 0px 0px;}
.chat-box .form-sec .g-recaptcha > div { float: none; display: block; margin: 0px auto 0; max-width:100%; width:100% !important;}
.chat-box .form-sec .g-recaptcha iframe { transform: scale(0.91); left: -14px; position: relative; top:-2px;}
.text-form-ms .form-sec { max-height: 372px;}
.btn-contact .circle-btn.gry-btn { cursor: pointer;}

.banner-content h1.sub-heading.sm-font.lr-txt { font-size: 80px; letter-spacing: -4px; line-height: 70px; height: 136px;}

#typed-strings { display: none;}
/*captchaerror message*/
#captchaError { font-size: 9px; color: #ef323a; float: left; margin: -8px auto 0; width: 99%; background: rgb(255, 255, 255); text-indent: 7px; line-height: 2.4; text-transform: uppercase; position: relative; z-index: 9999; font-weight: 600; left: 1px; right: 0;}
.chat-box .form-sec .captcha { position: relative;}
.error-msg { text-transform: uppercase; text-align: left; font-size: 10px; font-weight: 600; color: #ef323a;}
.right-form-sec .lower-area { margin: 60px auto 0;}
.right-form-sec .lower-area span { font-size: 15px; margin: 15px auto 0; display: block; text-transform: uppercase; font-weight: 800;}