@charset "utf-8";





/*****-----*****-----*****-----*****
    General CSS 
*****-----*****-----*****-----*****/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #777777;
    background: #ffffff;
    overflow-x: hidden;
}

/* Custom Container */
@media (min-width: 1500px) {
    .container {
        max-width: 1460px;
    }
}



/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*img {
    width: 100%;
    max-width: 100%;
    height: auto;
}*/


/* Form CSS */
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #737373 !important;
}
::-moz-placeholder {
    color: #737373 !important;
}
::-o-placeholder {
    color: #737373 !important;
}
:-ms-input-placeholder {
    color: #737373 !important;
}
input:-moz-placeholder {
    color: #737373 !important;
}




/* Default Section CSS */
section {
    position: relative;
}

/* Btn CSS */
.theme-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 15px 30px;
    background: #4285F4;
    border-radius: 150px;
    border: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.theme-btn:hover {
    transform: scale(0.9);
    color: #ffffff;
    background: #4285F4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.scroll-animate {
    opacity: 0;
    transition-property: opacity,transform;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scroll-animate.aos-animate {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}




/* Back to top */
 #back-to-top {
    position: fixed;
    bottom: 100%;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 50px;
    padding-top: 4px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 25px 25px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #4285F4;
}
 #back-to-top:hover {
}
 #back-to-top.show {
    opacity: 1;
    bottom: 0;
    transition: 0.8s ease-out;
}


/* Pagination CSS */
.my-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.my-pagination .page-item .page-link {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #F1F7FF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #777777;
    border: none;
    margin: 0 5px;
}
.my-pagination .page-item .page-link i {
    font-size: 30px;
    line-height: 40px;
}
.my-pagination .page-item .page-link:hover,
.my-pagination .page-item .page-link.active {
    background-color: #4285F4;
    color: #ffffff;
}




/*****-----*****-----*****-----*****
    Header CSS
*****-----*****-----*****-----*****/
.header-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    max-width: 200px;
} 
.shape1 img {
    width: 100%;
}
.shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-width: 500px;
}
.shape2 img {
    width: 100%;
}
.shape3 {
    position: absolute;
    right: 10%;
    top: 20px;
    z-index: 0;
    max-width: 50px;
}
.shape4 {
    position: absolute;
    right: 25%;
    top: 150px;
    z-index: 0;
    max-width: 50px;
}
.shape5 {
    position: absolute;
    right: 12%;
    top: 250px;
    z-index: 0;
    max-width: 120px;
    opacity: 0.6;
}


.header-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}
.search-col {
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.search-box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.main-logo {
    margin-bottom: 40px;
    width: 100%;
    max-width: 300px;
}
.mic-icon {
    position: absolute;
    right: 55px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mic-icon img {
    height: 15px;
}
.search-col .input-group {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 100px;
}
.search-col .input-group .form-control {
    height: 50px;
    margin-bottom: 0;
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    padding-left: 20px;
    padding-right: 40px;
}
.search-col .input-group .form-control:focus {
    border-color: #ced4da;
    z-index: 0;
}
.search-col .input-group .input-group-text {
    padding: 0;
    border-radius: 0;
    display: inherit;
    align-items: inherit;
    border: none;
    background-color: transparent;
}
.search-col .input-group .input-group-text .btn {
    width: 50px;
    height: 50px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4285F4;
    border: none;
}
.search-col .input-group .input-group-text .btn:hover {
    box-shadow: none;
}
.search-col .input-group .input-group-text .btn img {
    width: 25px;
    height: 25px;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}






/* Page name CSS */
.pagename-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: -50px;
    background-color: #4285F4;
    padding: 10px 40px 15px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pagename-box h2 {
    margin: 0;
    font-size: 35px;
    color: #ffffff;
}
.pagename-box ul li {
    display: inline-block;
    color: #ffffff;
}
.pagename-box ul li a {
    color: #ffffff;
    opacity: 0.7;
}
.pagename-box ul li a:hover,
.pagename-box ul li:last-child a {
    opacity: 1;
}





/*****-----*****-----*****-----*****
    Choose CSS
*****-----*****-----*****-----*****/
.choose-area {
    overflow: hidden;
    background-color: #f1f7ff;
}
.img-col {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}
.choose-col {
    padding: 100px 100px;
}
.choose-col .my-title h2:before {
    left: 0;
    transform: translateX(0);
}
.choose-col p {
    margin-bottom: 20px;
}
.choose-col ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.choose-col ul li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 0;
    border-left: 6px solid #4285F4;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.accordion-button:not(.collapsed) {
    background-color: #4285F4;
    color: #ffffff;
}
.accordion-button {
    font-weight: 500;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.accordion-body {
    background-color: #F1F7FF;
}
.faq-col p {
    margin: 0;
}



/*****-----*****-----*****-----*****
    Blog CSS
*****-----*****-----*****-----*****/
.blog-area {
  padding: 120px 0 95px;
  position: relative;
}
.blog-area .shape1 {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  opacity: 0.3;
  transform: translateX(-50%);
}
.blog-col {
  margin-bottom: 25px;
  background-color: #F1F7FF;
  border-radius: 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-col:hover {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}
.blog-img {
  position: relative;
}
.blog-img:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
  width: 97.5%;
  height: 100%;
  border-radius: 10px;
  background-color: #D8E5FB;
}
.blog-img img {
  width: 97.5%;
  border-radius: 10px 10px;
  position: relative;
  z-index: 1;
  max-height:270px;
}
.blog-date {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
  background-color: #4285F4;
  padding: 10px 20px;
  border-radius: 80px 0 0 80px;
}
.blog-date h5 {
  font-weight: 400;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
.blog-content {
  padding: 30px 30px;
}
.blog-infobar {
  margin-bottom: 10px;
}
.blog-infobar ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog-infobar ul li:before {
  display: inline-block;
}
.blog-infobar ul li a {
  color: #444444;
  text-transform: capitalize;
}
.blog-infobar ul li i {
  margin-right: 5px;
}
.blog-content h4 a {
  color: #222222;
}

/* Blog Details CSS */
.blog-details-area {
    padding: 100px 0;
}
.blog-details-col {
  margin-bottom: 30px;
}
.blog-details-area .blog-col {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.blog-details-area .blog-col:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog-details-area .blog-img {
  padding-right: 20px;
}
.blog-details-area .blog-img img {
  width: 100%;
}
.blog-details-area .blog-col:hover .blog-img img {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-details-area .blog-content {
  padding: 0;
  margin-top: 30px;
}
.blog-details-col h2 {
  margin-bottom: 10px;
  font-size: 36px;
}
.blog-details-col p {
  margin-bottom: 15px;
}
.hilightbox {
  background-color: #ffffff;
  padding: 30px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.hilightbox p {
  margin-bottom: 0;
  font-style: italic;
}
.hilightbox p i {
  font-size: 30px;
  margin: 0 10px;
  color: #888888;
}
.imgbox-col {
  margin-bottom: 25px;
}
.shairebox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.shairebox p {
  margin-bottom: 0;
  margin-right: 15px;
}
.shairebox ul li {
  display: inline-block;
  margin-right: 5px;
}
.shairebox ul li a i {
  width: 40px;
  height: 40px;
  background: #dddddd;
  text-align: center;
  line-height: 40px;
  color: #000000;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shairebox ul li a i:hover {
  color: #ffffff;
  background-color: #4285F4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-comments {
  margin-top: 30px;
}
.blog-comments h3 {
  margin-bottom: 40px;
}
.blog-comments h3 a {
  color: #444444;
}
.blog-comments-item {
  position: relative;
  padding-left: 100px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-comments-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.3);
}
.admin-name {
  position: relative;
  margin-bottom: 10px;
}
.admin-name h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.admin-name p {
  margin-bottom: 0;
}
.admin-name a {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  color: #4285F4;
}
.admin-name a i {
  margin-right: 5px;
}
.comment-left-space {
  padding-left: 180px;
}
.comment-left-space img {
  left: 80px;
}
.comment-col {
  margin-bottom: 0;
}
.comment-col h3 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.comment-col .form-control {
  border-radius: 5px;
  height: 50px;
}
.comment-col textarea.form-control {
  height: 100%;
}




/*****-----*****-----*****-----*****
    About CSS
*****-----*****-----*****-----*****/
.about-area {
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
}
.about-area .shape1 {
  position: absolute;
  left: 100px;
  top: 200px;
  z-index: -1;
  opacity: 0.3;
}
.about-col {
  padding-left: 30px;
  margin-bottom: 30px;
}
.about-img {
  position: relative;
  margin-top: 40px;
  padding-left: 0;
}
.about-img:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #d8e5fb;
}
.about-img img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  width: 100%;
}
.callbox {
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 2;
  padding: 30px 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.callbox p {
  margin-bottom: 5px !important;
  text-align: center;
  text-transform: capitalize;
}
.callbox h4 {
  margin: 0 !important;
  color: #4285F4;
}
.about-col p {
  margin-bottom: 15px;
}
.video-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
.video-icon:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #4285F4;
}
.video-icon i {
  font-size: 30px;
  color: #4285F4;
  line-height: 80px;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-col h5 {
  color: #4285F4;
  text-transform: lowercase;
}
.about-col ul li {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-col ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  color: #4285F4;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}



/*****-----*****-----*****-----*****
    Testimonial CSS
*****-----*****-----*****-----*****/
.testimonial-area {
  padding: 100px 0 100px;
  position: relative;
}
.testimonial-item {
  text-align: center;
  background-color: #D8E5FB;
  padding: 50px 30px;
  padding-right: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.testimonial-item:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F1F7FF;
}
.testimonial-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.testimonial-img:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #4285F4;
}
.testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.testimonial-content {
  position: relative;
  z-index: 1;
}
.testimonial-content h4 {
  margin-bottom: 0;
}
.testimonial-area .owl-carousel .owl-stage-outer {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
}
.testimonial-area .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 7px;
}
.testimonial-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #4285F4;
}
.testimonial-area .owl-theme .owl-nav {
  margin-top: 30px;
}



/*****-----*****-----*****-----*****
    Contact CSS
*****-----*****-----*****-----*****/
.contact-area {
  padding: 120px 0 90px;
  position: relative;
  z-index: 2;
  background-repeat: repeat;
}
.contact-col {
  margin-bottom: 0;
}
.contact-info-col {
  display: flex;
  justify-content: space-between;
}
.contact-info-box {
  width: 45%;
  border-right: 1px solid #dddddd;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px;
}
.contact-info-box:last-child {
  border: none;
}
.contact-info-box .myicon {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.3);
}
.contact-info-box .sidebdr {
    position: absolute;
    left: 39%;
    top: 3px;
    z-index: -1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #4285F4;
}
.contact-info-box .myicon i {
  margin: 0 auto;
  display: block;
  font-size: 30px;
  color: #000000;
  background-color: transparent;
  position: relative;
}
.form-col {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #dddddd;
}
.form-col .form-control {
  min-height: 48px;
  border: none;
  background-color: #F1F7FF;
}
.form-col textarea.form-control {
  height: 100%;
}
.form-col .btn {
  margin-top: 30px;
}


/*****-----*****-----*****-----*****
    text CSS
*****-----*****-----*****-----*****/
.text-area {
  padding: 100px 0 85px;
}
.text-col p {
  margin-bottom: 15px;
}





/*****-----*****-----*****-----*****
    Footer CSS
*****-----*****-----*****-----*****/
.footer-area {
    width: 100%;
    background: #F1F7FF;
    padding: 20px 20px 15px;
}
.footer-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.right-text {
    width: 49%;
    text-align: right;
}
.right-text p {
    font-size: 13px;
    line-height: 20px;
}
.footer-menu {
    width: 49%;
}
.footer-menu ul li {
    display: inline-block;
    margin-bottom: 0;
}
.footer-menu ul li a {
    padding-right: 5px;
    margin-right: 5px;
    color: #666666;
    font-size: 13px;
    line-height: 20px;
    border-right: 1px solid #999999;
}
.footer-menu ul li a:hover {
    color: #4285F4;
}
.footer-menu ul li:last-child a {
    padding-left: 0;
    border: none;
}
.blog-details-area .blog-img{
  margin: 0 0 30px 0;
}
.reduce-height{
  min-height: 200px;
}
ul.toc {
  background: #F1F7FF;
  padding: 15px;
  max-width: 800px;
}
ul.toc li{
  list-style: decimal;
  list-style-position: inside;
}
.relatedKeywords{
  padding: 0 0 30px 0;
  overflow: hidden;
}
.input-group .input-group-text .btn {
  width: 50px;
  height: 50px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4285F4;
  border: none;
}
.relatedKeywords a {
  color: #1a0dab;
  font-size: 16px;
  line-height: 30px;
  float: left;
  width: 50%;
}
.reduce-search-height{
  min-height: 20px;
  display: block;
  margin: 0 0 20px 0;
}
.align-left{
  margin: 0;
}


/*****-----*****-----*****-----*****
    Responsive CSS
*****-----*****-----*****-----*****/
@media only screen and (max-width:1920px) {
    
}

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

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

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

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

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

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

}

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

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

@media only screen and (max-width:991px) {
    .search-col {
        min-height: 500px;
    }
    .second-row {
        flex-direction: column-reverse;
    }
    .footer-col {
        display: block;
    }
    .footer-menu,
    .right-text {
        width: 100%;
        text-align: center;
    }
    .right-text {
        margin-top: 10px;
    }
    .footer-menu ul li a,
    .footer-menu ul li:last-child a {
        margin: 0;
        padding: 0 8px;
    }
    .about-col {
        padding-left: 0;
    }
    .contact-info-box .sidebdr {
        left: 30%;
    }

}

@media only screen and (max-width:767px) {
    .choose-col {
        padding: 50px 50px;
    }
    .img-col {
        min-height: 400px;
    }
    .search-col {
        min-height: 400px;
    }
    .my-title h2,
    .pagename-box h2,
    .blog-details-col h2 {
        font-size: 32px;
    }
    .testimonial-area .owl-theme .owl-dots .owl-dot span {
        width: 25px;
        height: 5px;
    }
    .contact-info-col {
        display: block;
    }
    .contact-info-box {
        width: 100%;
    }
    .contact-info-box .sidebdr {
        left: 41%;
    }
    .contact-info-box {
        border: none;
    }
}

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

@media only screen and (max-width:575px) {
    .choose-col {
        padding: 30px 30px;
    }
    .img-col {
        min-height: 300px;
    }
    .testimonial-item {
        padding: 30px 30px;
    }
    .comment-left-space {
        padding-left: 140px;
    }
    .comment-left-space img {
        left: 40px;
    }
    
}

@media only screen and (max-width:480px) {
   
choose-area, .blog-area, .shape1, .shape2, .shape3, .shape4, .shape5 {
  display: none;
}

}

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

}

@media only screen and (max-width:375px) {
    .shairebox ul li {
        margin-right: 0;
    }
}

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

.gs-image-box {
  display: none !important;
}
.gsc-webResult.gsc-result {
  display: none;
}
.gsc-webResult.gsc-result:nth-child(1), .gsc-webResult.gsc-result:nth-child(2), .gsc-webResult.gsc-result:nth-child(3) {
  display: block!important;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  margin-top: 9px!important;
}
.styleable-title, .si15, .si71, .si22 {
  color: #0066CC!important;
}
.styleable-visurl {
  color: #008000!important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    border: 0px!important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    border: 0px!important;
    padding: 10px 0!important;
}
