/* ===================================================================================

* Theme Name: Bixola Child
* Theme URI: https://twinkletheme.com/themeforest/wp/elementor/bixola/
* Author: TwinkleTheme
* Author URI: https://themeforest.net/user/twinkletheme/portfolio
* Description: Bixola - Multipurpose Business Service WordPress Theme
* Version: 1.0.3
* Template: bixola
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */


/* =============PAGE PROFTFOLIO================ */
.single-our_portfolio img {
    width:100%;
}
/* === Section Client Stories === */
#client-stories {
    width: 100%;
    float: left;
    padding: 100px 0;
}
#client-stories h1 {
    font-size: 53px;
    color: #07081f;
    font-weight:700;
}
#client-stories p {
    font-size: 20px;
    color: #07081f;
    font-weight:400;
    line-height: 1.7;
}
#portfolio-list {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
#portfolio-list .portfolio_box {
    margin-bottom: 80px;
}
.portfolio_image {
    overflow: hidden;
    filter: grayscale(0);
    height: 430px;
    position: relative;
    -webkit-filter: grayscale(0);
}
.portfolio_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    transition-timing-function: linear;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.portfolio_image img:hover {
    left:-40px;
    overflow: visible;
    width: 110%;
    height: 450px;
    max-width: none;
}
#portfolio-list .portfolio_image:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 600ms ease;
    -webkit-transition: 1s ease;
}
/*#portfolio-list .com-md-6 {
    padding-right: 0;
}
#portfolio-list .container {
    padding-left: 35px;
    padding-right: 35px;
}*/
#portfolio-list h2 {
    color: #fff;
    font-size: 42px;
    font-weight:500;
}

/* === Section Client Stories === */
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}


span.work_done:after {
    content: ', ';
}
span.work_done:last-child:after {
    content: '';
}
a{
    text-decoration: none;
    font-size:20px;
}
h2{
    margin-bottom: 20px;
}
h3{
    line-height:42px;
    margin-bottom: 20px;
}
a.dark_btn{
    background:#1c1e24;
    color:#fff;
    border: 1px solid #1c1e24;
    padding: 15px 30px;
    font-weight:500;
    
}
a.light_btn{
    background:#fff;
    color:#000;
    padding: 15px 30px;
    border: 1px solid #fff;
    font-weight:500;
   
}
a.dark_btn:hover{
    text-decoration: none;
    border:1px solid #1c1e24;
    background:#fff;
    color:#1c1e24;
    transition: 0.4s all;
}
a.light_btn:hover{
    text-decoration: none;
    border:1px solid #fff;
    background:#1c1e24;
    color:#fff;
    transition: 0.4s all;
}
.portfolio_box.slick-slide {
    box-sizing: border-box;
    padding-right: 40px;
}
.image-container {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
}
.image-container picture {
    display: block;
    height: 100%;
}
.cs_md_animation {
    animation: opac 0.8s
  }
  
  @keyframes opac {
    from {
      opacity: 0
    }
    to {
      opacity: 1
    }
  }
  
  .w3-animate-show {
    animation: show 0.8s;
    animation-fill-mode: forwards;
  }
  
  @keyframes show {
    0% {
      opacity: 1
    }
    100% {
      opacity: 0
    }
}
@keyframes zoom {
    0% { transform:scale(1,1); }
    100% { transform:scale(1.2,1.2); }
}

.home_img {
    -webkit-animation: zoom 70s infinite;
    animation: zoom 70s infinite;
    overflow-y:hidden !important;
}
.home-img-holder {
    overflow-y: hidden;
}
#wProjectForm .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section.single_service_header2 p {
    text-align: left !important;
}
a:active, a:focus, a:visited {
    outline: none;
}
.container{
    max-width:1600px;
}
.top_header_tablet{
    display: none;
}
.blog #header .dropDwnIcon, .page-template-contact #header .dropDwnIcon, .page-template-portfolio #header .dropDwnIcon {
    filter: invert(100);
}




video#home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.video_group-holder {
    position: relative;
    height: 100vh;
    width: 100%;
    background:black;
}
.intro-iframe-holder {
    background-position: top center;
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}
.video_group-inner {
    width:100%;
    height:100%;
}
.video_group-top {
    width: 100%;
    height: 100%;
}
.overlay {
    background: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 9;
}
.video_group-holder .homepage_slider_text {
    z-index: 99;
}






#header{
    background-color: #1c1e24;
    width:100%;
    float:left;
    position: relative;
    z-index:1000;
    pointer-events: all !important;
}
.navigation_menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}
.header_contacts{
    display:flex;
}

#header nav{
    background-color: #1c1e24;
    font-weight:500;
    padding-left: 0;
}
.navbar-nav li a i{
    padding-left:6px;
}
.navbar-nav li a:hover{
    text-decoration:underline;
    transition: 0.4s all;
}
.blog #header{
    background-color: #fff;
    border-bottom: 2px solid #f2f2f4;
}
.blog #header nav{
    background-color: #fff;
}
.blog .navbar-nav li a{
    color: #1c1e24;
}
.blog .header_phone a {
    color: #1c1e24;
}
.blog .header_email a {
    color: #1c1e24;
}
.mobile-header{
    display: none;
}
.navbar{
    display: flex;
}
.show-in-mobile{
    display: none;
}
.submenu-links{
    padding:45px 2% 20px 3%;
    background-color: #202136;
}
#simple-drop .dropdown-menu a{
    color:#1c1e24;
    padding: 15px 30px 3px 30px;
}
#simple-drop .dropdown-menu a:hover {
    color:#6d19c2;
    text-decoration: none;
}
#simple-drop .dropdown-menu a:last-child{
    padding-bottom:20px;
}
#simple-drop .dropdown-menu a:hover{
    color:#6d19c2;
    text-decoration:none;
}
a.trigger-modal {
    color: white !important;
}
.page-template-about #header {
    position: relative;
}
.page-template-about #header, .page-template-about #header nav{
    background: transparent;
    z-index: 100;
}
.page-template-contact #header nav{
    background-color: #fff;
}
.page-template-contact .navbar-nav li a{
    color: #1c1e24;
}
.page-template-contact .navbar-nav li .submenu-links a{ color:#fff;}
.page-template-contact #header{
    background-color: #fff;
    border-bottom: 2px solid #f2f2f4;
}
.page-template-contact .header_phone a {
    color: #1c1e24;
}
.page-template-contact .header_email a {
    color: #1c1e24;
}
.page-template-portfolio #header nav{
    background-color: #fff;
}
.page-template-portfolio .navbar-nav li a{
    color: #1c1e24;
}
.page-template-portfolio #header{
    background-color: #fff;
    border-bottom: 2px solid #f2f2f4;
}

.page-template-portfolio .header_phone a {
    color: #1c1e24;
}
.page-template-portfolio .header_email a {
    color: #1c1e24;
}
.hasScrolled .header_email a {
    color: #71f0ef !important;
}
.logos_slider img {
    outline: none;
}
.navbar-brand img {
    width: 130px;
    margin-right: 22px;
}
.navbar-nav li{
    padding: 5px 20px;
}
.navbar-nav li a {
    color: #fff;
    font-size: calc(18px + 0.1vw);
    position: relative;
}
.navbar-nav li a.nav-link::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #16BFFD;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6d19c2, #16BFFD);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6d19c2, #71f0ef); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    bottom: 18%;
    left: 66%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.navbar-nav li a.nav-link:hover {
    text-decoration-line: none;
}
.navbar-nav li a.nav-link:hover::after{
    left: 0%;
    width: 100%;
}
.navbar-toggler i{
    color:#fff;
}
.header_phone{
    margin-right:30px;
}
.header_phone a, .header_email a{
    color: #fff;
    font-size: calc(18px + 0.1vw);
    font-weight:400;
    position: relative;
}
li.nav-item.dropdown.services-li-dropdown {
    position: initial;
}
.nav-item {
    position: relative;
}
.dropdown-menu.services-dropdown.show {
    left: 0 !important;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.header_phone a::after, .header_email a::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #16BFFD;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6d19c2, #16BFFD);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6d19c2, #71f0ef); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    bottom: -23%;
    left: 66%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.header_phone a:hover::after, .header_email a:hover::after{
    left: 0%;
    width: 100%;
}
.header_phone a:hover {
    text-decoration-line: none;
}
.header_email a:hover {
    text-decoration-line: none;
}

.navbar-toggler-icon{
    color:#fff;
}
#slider{
    width:100%;
    float:left;
    position: relative;
    background-color: #000;
}
#slider img{
    position: absolute;
    bottom:0;
}
#slider img.green, .video_group-holder img.green {
   right:50px;
   width: 100%;
   max-width:900px;
   position: absolute;
    bottom: 0;
    z-index:99;
}
#slider img.purple, .video_group-holder img.purple{
    right:0;
    width: 100%;
    position: absolute;
    bottom: 0;
    max-width:600px;
    z-index:99;
}
.hasScrolled {
    opacity: 1 !important;
    position: fixed !important;
    top: 0;
    z-index: 999999 !important;
    width: 100% !important;
    left: 0;
    right: 0;
    background-color: #1c1e24 !important;
    border:0px !important;
    top:-100px !important;
    transition:0.4s;
}
.hasScrolled .dropDwnIcon {
        filter: invert(0) !important;
}
.hasScrolled:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0,-0px,0) !important;
    transform: translate3d(0, 0px,0) !important;
}
.hasScrolled .header_phone a {
    color: #fff !important;
}
.hasScrolled a {
    color: #fff;
}
.header_email a {
    color: #71f0ef;
}
.modal-content {
    background-color: #1c1e24;
    border: none !important;
}
.modal-dialog {
    margin: 0 !important;
}
.modal-full {
    min-width: 100%;
}
.modal_footerbtn_wrap {
    padding: 20px;
    float: right;
}
.modal-full .modal-content {
    min-height: 100vh;
}
#webclosebtn {
    width: 45px;
    position: absolute;
    top: 70px;
    outline: none;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.calc_arrow {
    width: 40px;
    margin-top: 0px;
}
.ic_ctr {
    text-align: center;
}
a.restart_calc {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    color: #989ca9;
    text-align: center;
}
.ic_ctr a {
    display: block;
    vertical-align: middle;
    margin: 10px;
    color: white;
}
.ic_ctr a:hover {
    transform: scale(1.1);
}
.ic_ctr img {
    margin: 0;
}
#calc_form_last .form-control {
    background-color: #f2f2f4 !important;
    border: none !important;
    height: 40px !important;
    padding: 25px 10px !important;
    width: 100% !important;
}
.page-template-calc_form footer {
    display: none;
}
.hasScrolled nav {
    background-color: #1c1e24 !important;
}
.hasScrolled .navbar-nav li > a {
    color: #fff !important;
}
.about-links p {
    text-align: left;
}
a.request-quote-about-us.dark_btn {
    cursor: pointer;
}
.home_slider_img {
    position: relative;
    max-width: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    float: left;
}
.about-links-holder {
    position: absolute;
    bottom: 18%;
    max-width: 80%;
}
.homepage_slider_text {
    position: absolute;
    bottom: 30%;
    width: 100%;
    max-width: 500px;
}
.homepage_slider_text h1{
    color: #fff;
    font-size:72px;
    margin-bottom: 45px;
    font-weight:500;

}
.home-img-holder {
    overflow-x: hidden;
}
.home_img{
    width:100%;
    height: calc(100vh - 84px);
    float:left;
}
.home_img img{
    object-fit: cover;
    width:100%;
    height:100%;
}
.home_img source{
    object-fit: cover;
    width:100%;
    height:100%;
}
.main_description{
    width:100%;
    max-width: 1100px;
}
.slider_txt_buttons{
    display: flex;
}
.slider_txt_buttons div{
    padding-right:40px;
}
#meet_the_team{
    width:100%;
    float:left;
    background: #1c1e24;
    color: #fff;
    border: 1px solid #1c1e24;
    padding: 130px 0;
    position: relative;
}
#meet_the_team h2{
    font-size:55px;
    padding-right: 95px;
    font-weight:500;
}
#meet_the_team p{
    font-size:22px;
    margin-bottom: 45px;
    padding-left:30px;
    font-weight:400;
}
#meet_the_team a{
    margin-left:30px;
}
.green_line{
    width:30px;
    height: 100%;
    background: #71f0ef;
    position:absolute !important;
    left: -45px;
    top: -12px;
}
.contact_pop_up{
    display:flex;
    flex-direction: column;
}
.contact_pop_up h3, .contact_pop_up h2{
    margin-bottom:0;
}
.contact_pop_up a{
    font-size:15px;

}
.blue_line{
    width:30px;
    height:300px;
    background: #1c1e24;
    position:absolute;
    left: -45px;
    top: -12px;
}
.load-portfolio:nth-child(2n - 0).aos-animate {
  transition-delay: 0.6s;
}

.load-portfolio:nth-child(2n - 1).aos-animate {
  transition-delay: 0.3s;
}

/*.load-portfolio:nth-child(3n - 2).aos-animate {
  transition-delay: 0s;
}*/
.load-me:nth-child(3n - 0).aos-animate {
  transition-delay: 0.6s;
}

.load-me:nth-child(3n - 1).aos-animate {
  transition-delay: 0.3s;
}

.load-me:nth-child(3n - 2).aos-animate {
  transition-delay: 0s;
}
.on-load-webski-images {
    position: relative;
    width: 500px;
    max-width: 90%;
    height: 200px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 42%;
}
.image1 {
    position: absolute;
    background-image: url(../images/logo-black.png);
    background-repeat: no-repeat;
    background-size: 500px auto; 
    width:500px;
    height: 200px;
}

.image2 {
    position: absolute;
    background-image: url(../images/Webski.gif);
    background-repeat: no-repeat;
    background-size: 500px auto; 
    height: 200px;
    width: 500px;
}
.on-load-webski.on-load-webski-close {
    transition: 0.8s;
    height: 0;
}
.on-load-webski {
    overflow-x: hidden;
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,1);
    z-index: 99999999999999;
    overflow-y: hidden;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
}

#main_services {
    width:100%;
    float:left;
    padding:170px 0;
    position: relative;
    background: #fff;
}
#main_services h2{
    font-size:62px;
    padding-bottom: 20px;
    font-weight:600;
    color: #1c1e24;
}
#main_services p{
    font-size:25px;
    font-weight:400;
    color: #1c1e24;
}
#main_services a.main_button{
    margin-top:30px;
    display: block;
    width: 300px;
    text-align:center;
}
#main_services .services{
    padding:30px 0;
}
.services .row div {
    padding: 40px 20px 40px 20px;
}
#main_services .services h3{
    font-size:32px;
    padding: 30px 0 20px 0;
    margin-bottom: 0;
    font-weight:600;
    color: #1c1e24;
}
#main_services .services a.dark_btn{
    display: block;
    width:100%;
    text-align:center;
    font-weight:500; 
}
.services img{
    width:100px;
    height:auto;
}
#main_services .services p{
    font-size:22px;
    padding-bottom: 20px;
    font-weight:400;
    color: #1c1e24;
}
.green_stick_shape{
    position: absolute;
    top:0;
    right:0;
    max-width: 500px;
    width:100%;
}
.purple_halfdown_circle{
    position: absolute;
    top:0;
    right:0;
    max-width:245px;
    width:100%;
}
.green_stick{
    position: absolute;
    top: 100px;
    right: 6%;
    background: #71f0ef;
    width: 53px;
    height: 100%;
}
#testimonials{
    width:100%;
    float:left;
    background:#71f0ef;
    padding:50px 0;
    position: relative;
}
.testimonial_wraper {
    text-align: right;
}
#testimonials h2{
    font-size:55px;
    width: 100%;
    max-width: 500px;
    padding-top: 52px;
    font-weight:500;
    color: #1c1e24;
}
.testimonials_slider{
    width: 100%;
    margin-bottom: 37px;
}
.testimonials_slider p{
    font-size: 22px;
    padding: 13px 20px;
    margin-bottom: 0px;
    font-weight:500;

    color: #1c1e24;
    line-height: 1.7;
}
.testimonials_slider .testimonial_author{
    font-size:20px;
    padding-top: 25px;
    font-weight:500;

    color: #1c1e24;
}
.commercial.image {
    width: 100%;
    margin: 30px 0px 50px 0px;
}
.commercial.image img {
    width:100%;
}
.apostrophe{
    width:25px;
}

#portfolio{
    width:100%;
    float:left;
    padding:130px 0;
    background: #1c1e24;
    position: relative;
}
#portfolio h2{
    color:#fff;
    margin-left:17%;
    margin-bottom: 40px;
    font-size: 62px;
    font-weight:600;

}
.portfolio_circles{
    position: absolute;
    left:0;
    top: 25%;
    max-width: 270px;
    width:100%;
}
#portfolio .more-link{
    color:#fff;
}
.portfolio_link, .portfolio_link:hover{
    text-decoration:none;
    color:#fff;
}
.portfolio_link:hover .portfolio_info{
    background:#202137;
    transition: 0.4s all;
}
.portfolio_link:hover .portfolio_box .portfolio_image{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 400ms ease;
    -webkit-transition: 1s ease;
}
.portfolio_info:hover{
    background:#202137;
    transition: 0.4s all;
}
.portfolio_info{
    background:#14142b;
    padding: 24px 45px;
}
.portfolio_info small{
    color:#6d19c2;
    font-size:19px;
    font-weight:600;
}
.portfolio_info h3{
    color:#fff;
    font-size:42px;
    padding-top: 17px;
}
.portfolio_info p{
    color:#fff;
    font-size:22px;
    font-weight:400;
}
.portfolio_info p span.work_done{
    color:#6d19c2;
    font-size:18px;
    font-weight:400;
}
.portfolio_box_slider{
    margin-left:17%;
    margin-bottom:50px;
}
#portfolio a.see_our_work{
    margin-left:17%;
    padding-left: 30px;
}
.portfolio_box .portfolio_image {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.portfolio_box .portfolio_image:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 600ms ease;
    -webkit-transition: 1s ease;
}
@media screen and ( min-width: 767px ) {
    .portfolio-columns:nth-child(odd) .portfolio_box {
        padding-right:25px;
    }
    .portfolio-columns:nth-child(even) .portfolio_box {
        padding-left:25px;
    }
}

#blog{
    width:100%;
    float:left;
    padding:130px 0;
    background:#f5f5f5;
}

.blog_box_slider{
    margin-left:17%;
    margin-bottom:80px;
}
#blog h2{
    margin-left:17%;
    font-size: 62px;
    margin-bottom: 40px;
    font-weight:600;
    color: #1c1e24;
}
#blog a.dark_btn{
    margin-left:17%;
}
.blog_box{
    margin-right:40px;
}
.blog_box_image img:hover{
    filter: grayscale(1);
    transition: 0.4s all;
}
.blog_box small{
    color:#1c1e24;
    font-size:18px;
    font-weight:600;
}
.blog_box .small_text{
    margin-top: 0px;
    margin-bottom: 13px;
}
.blog_box .small_text small{
    color:#6d19c2;
    font-size:18px;
    font-weight:400;
}
.blog_box p{
    font-size:25px;
    font-weight:400;
    color: #1c1e24;
}
.blog_info{
    padding:30px 30px;
    background:#fff;
}
.blog_box_slider .slick-prev{
    width:30px;
    position: absolute;
    right: 24%;
    top: -100px;
    opacity:0.5;
}
.blog_box_slider .slick-next{
    width:30px;
    position: absolute;
    right: 20%;
    top: -100px;
    opacity:0.5;
}

.blog_box_slider .slick-prev:hover, .blog_box_slider .slick-next:hover{
    opacity:1;
    cursor: pointer;
}

/*Services Style START*/

.single_service_header{
    width:100%;
    float:left;
    background:#07081f;
    padding:50px 0;
}
.single_service_header h1, .single_service_header2 h1{
    font-size:55px;
    color:#fff;
    font-weight:600;
    margin-top: 20px;
    line-height: 1.4;
}
.single_service_header p, .single_service_header2 p{
    font-size:20px;
    color:#fff;
    font-weight:400;
    line-height: 1.7;
}

.single_service_header img{
    max-width:400px;
    width:100%;
}
#what_is{
    width:100%;
    float:left;
    background:#71f0ef;
    padding:100px 0;
}
.promo_description {
    margin-top: 20px;
}
textarea#mssg {
    max-height: 150px;
}
#what_is h2{
    color:#1c1e24;
    font-size: 39px;
    padding-top: 52px;
    font-weight:500;

}
#what_is p{
    color:#1c1e24;
    font-size: 20px;
    font-weight:500;

    line-height: 1.7;
}
#single_services{
    width:100%;
    float:left;
    padding:100px 0;
    background:#1c1e24;
    position: relative;
    overflow: hidden;
}
#single_services h2{
    font-size: 39px;
    color:#fff;
    width: 100%;
    max-width: 800px;
    margin-bottom:32px;
    font-weight:600;

}
#single_services h3{
    font-size: 24px;
    color:#fff;
    font-weight:500;

}
#single_services p{
    font-size: 20px;
    color:#fff;
    font-weight:500;

    line-height: 1.7;
}
#single_services .services img {
    width: 80px;
    margin-bottom: 25px;
    height: auto;
}
#single_services .services h2{
    font-size: 26px;
    color:#fff;
    font-weight:600;

}
#single_services .services p{
    font-size:20px;
    color:#fff;
    font-weight:400;
}
#white_part_services{
    width:100%;
    float:left;
    padding:100px 0;
}
#white_part_services h2{
    font-size: 39px;
    color:#07081f;
    font-weight:600;

}
#white_part_services h3{
    font-size: 24px;
    color:#07081f;
    font-weight:500;

}
#white_part_services p{
    font-size:20px;
    color:#07081f;
    font-weight:500;
    line-height: 1.7;
}
.half_white_section{
    width:100%;
    max-width:900px;
}
.half_white_section2{
    width:100%;
}
#green_part_description{
    width:100%;
    float:left;
    padding:190px 0;
    background:#71f0ef;
}
#green_part_description h2{
    font-size: 39px;
    color:#07081f;
    padding-top: 52px;
    font-weight:500;

}
#green_part_description p{
    font-size: 20px;
    color:#07081f;
    font-weight:500;
    line-height: 1.7;
}
#green_part_description .blue_line{
    top:-22px;
    height: 100%;
}
#ad{
    width:100%;
    float:left;
    padding:100px 0;
    background:#07081f;
}
.ad_block{
    background:#202136; 
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 100px 0;
}
.ad_block h2{
    font-size: 40px;
    color:#fff;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 30px;
    font-weight:600;

    text-align: left;
}
.ad_block a{
    font-size: 35px;
    color:#fff;
    padding-bottom:30px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    font-weight:600;

    text-align: left;
    text-decoration: underline;
    text-decoration-color: #6d19c2;
    text-underline-position: under;
}
#ad .portfolio_circles {
    max-width: 129px;
    top: 12%;
}
.successful_stories{
    margin-top:80px;
}
.successful_stories h2{
    font-size: 39px;
    color:#fff;
    font-weight:600;

    margin-bottom: 30px;
}
#get_in_touch{
    width:100%;
    float:left;
}
#get_in_touch-game {
    width:100%;
    float:left;
    background-color: #71f0ef;
}
#get_in_touch h2, #get_in_touch-game h2{
    font-size: 40px;
    color:#07081f;
    margin-bottom: 40px;
    font-weight:600;

}
.in_touch{
    padding:100px 0;
}
/*Services Style END*/
.btns_div{
    margin-top:40px;
    width: 100%;
    float: left;
    display: block; 
    padding: 0!important;
}

footer{
    background-color: #1c1e24;
    color:#fff;
    padding: 70px 0 30px 0;
    width: 100%;
    float: left;
}


.logos_slider .slick-track{
    display:flex;
    align-items: center;
}
.logos_slider img{
    padding-right: 50px;
}
.newsletter{
    padding:30px 0;
}
.newsletter h2{
    font-size:42px;
    font-weight:500;

}
.newsletter p{
    font-size:23px;
    font-weight:400;
}
.signup_form input{
    width:100%;
    max-width:500px;
    padding: 12px 25px;
    font-size: 20px;
    font-weight:400;
}
.signup_form a{
    background:#1c1e24;
    padding:10px 15px;
    margin-left:-115px;
    color:#fff;
}
.border-line{
    width: 91%;
    height: 1px;
    background-color: #212237;
    margin: 50px 0;
}
.border-line.mt-30{
    margin-top:30px;
}
.accept_policy{
    width:100%;
    float:left;
    margin-top: 17px;
}
.accept_policy input{
    transform: scale(1.5);
    margin-right: 12px;
}
.accept_policy span{
    font-size:14px;
    font-weight:400;
}
.accept_policy span a{
    text-decoration:underline;
    color:#fff;
    font-size:14px;
}
.middle-footer ul{
    list-style-type: none;
}
.middle-footer ul li{
    padding-bottom:5px;
}
.middle-footer ul li a{
    color:#fff;
    font-size:20px;
    font-weight:400;
}
.middle-footer h3{
    color:#6d19c2;
    font-size:25px;
    padding-bottom: 15px;
    font-weight:600;

}
.social-icons{
    display: flex;
    flex-direction: column;
}
.social-icons a{
    color:#fff;
    font-size:20px;
    padding-bottom: 5px;
}
.social-icons a i{
    padding-right:15px;
}
.lower-footer{
    padding:45px 0 0 0;
}


#bg {
    position: relative; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
  }
  #bg img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
  }
#news-article h3 {
    color: #1c1e24;
}
.category #singleBlogPst h1 {
    color: #07081f;
    font-size: 36px;
}
.phone-header-image {
    display: none;
}
.replace-with-desktop-header-image {
    display: none;
}
.modal {
    z-index: 999999 !important;
    padding: 0px !important;
}

.testimonial-posts2 .col-md-7 {
    text-align: right !important;
}
.testimonial-posts2 a {
    font-size: 12px !important;
    text-transform: lowercase !important;
    text-decoration: none;
}
.testimonial-posts2 a:hover {
    font-size: 12px !important;
    text-transform: lowercase !important;
    text-decoration: none;
}
.testimonial-posts a {
    font-size: 12px !important;
    text-transform: lowercase !important;
    text-decoration: none;
}
.testimonial-posts a:hover {
    font-size: 12px !important;
    text-transform: lowercase !important;
    text-decoration: none;
}

/* Hiding Sections on Game Dev Page */
.page-template-game_dev #about-info-2 {
    display: none !important;
}
.page-template-game_dev #about-info-sec {
    display: none !important;
}
.page-template-game_dev #about-questions {
    display: none !important;
}
#testimonials .testimonial_wraper {
    margin-top: 50px !important;
}
/* Center the caption. */
.jp-carousel-info h2 {
 text-align: center !important;
}

/* Hide comment form header. */
.jp-carousel-left-column-wrapper {
 display: none !important;
}

/* Center the metabox. */
.jp-carousel-image-meta {
 float: none !important;
 margin-left: auto;
 margin-right: auto;
}
/* Move close icon to the right. */
.jp-carousel-transitions .jp-carousel-close-hint {
  position: fixed;
  text-align: right;
  right: 12px;
  width: auto;
}
.prfhed {
    color: #07081f;
    font-size: 47px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight:500;
    width: 100%;
    max-width: 600px;
}
@media screen and ( max-width:767px ) and ( orientation:portrait ) {
    .portfolio_box.slick-slide {
        padding-right: 20px;
    }
    .desktop-header-image {
        display: none;
    }
    .phone-header-image {
        display: block;
    }
    .replace-with-desktop-header-image {
        display: block;
    }
}
@media screen and ( max-width:1520px ) {
    .navbar-nav li a {
        font-size: calc(18px + 0.1vw) !important;
    }
    .header_phone a, .header_email a {
        font-size: calc(18px + 0.1vw) !important;
    }
}
@media screen and ( min-width: 1200px ) and ( max-width:1300px ) {
    .pb-3, .py-3 {
        padding-bottom: 1rem!important;
        padding: 3px;
    }
}
@media screen and ( min-width:1900px ) and ( max-width:1940px ) {
    .header_phone {
        margin-right: 20px;
    }
}
@media screen and ( max-width: 1930px ) {
    .submenu-links a {
        font-size: calc(18px + 0.1vw) !important;
    }
}
@media screen and ( min-width:1930px ) {
    .navbar {
        display: flex;
        width: 70%;
    }
    .navbar-brand {
        margin-right:10%;
    }
}
@media only screen and (max-width: 2200px) {
    .blog_box_slider .slick-prev{
        right:12%;
    }
    .blog_box_slider .slick-next{
        right:8%;
    }
}
@media only screen and (min-width: 1925px) { /*This is min width*/
    .portfolio_circles{
        max-width:355px;
        top: 20%;
    }
}
@media only screen and (max-width: 1925px) {
    .container{
        max-width:1280px;
    }
    a{
        font-size:18px;
    }
    .navbar-nav li {
        padding: 5px 10px;
    }
    /*.navbar-nav li a{*/
    /*    font-size: 16px;*/
    /*}*/
    /*.header_phone a, .header_email a{*/
    /*    font-size:17px;*/
    /*}*/
    .homepage_slider_text h1{
        font-size:49px;
    }
    #meet_the_team h2{
        font-size: 38px;
        line-height: 1.4;
    }
    #meet_the_team p{
        font-size:20px;
    }
    #main_services h2 {
        font-size: 45px;
    }
    #main_services p {
        font-size: 20px;
    }
    #main_services .services h3{
        font-size:26px;
    }
    #main_services .services p{
        font-size:20px;
        line-height: 1.6;
    }
    #portfolio h2{
        font-size:39px;
    }
    .portfolio_info h3{
        font-size:35px;
    }
    .portfolio_info p{
        font-size:17px;
    }
    .portfolio_info small{
        font-size:15px;
    }
    #blog h2{
        font-size: 42px;
    }
    .blog_box p{
        font-size:17px;
    }
    .newsletter h2{
        font-size:35px;
    }
    .newsletter p{
        font-size:17px;
    }
    .portfolio_info p span.work_done{
        font-size:17px;
    }
    .middle-footer ul li a{
        font-size:17px;
    }
    .social-icons a{
        font-size:17px;
    }
    .green_line{
        top: -25px;
        height: 389px;
    }
    #testimonials h2{
        font-size:39px;
    }
    .blog_box_slider .slick-prev, .blog_box_slider .slick-next{
        width:24px;
        top: -82px;
    }
    .blog_box small{
        font-size:16px;
    }
}
@media only screen and (max-width: 1380px) {
    .purple_halfdown_circle{
        max-width:163px;
    }
    .green_stick_shape{
        max-width: 314px;
    }
    .green_stick {
        top: 42px;
        right: 3%;
        width: 37px;
        height: 2400px;
    }
    #main_services h1{
        font-size:45px;
    }
    #main_services p {
        font-size: 21px;
    }
    .services h2 {
        font-size: 25px;
    }
    #main_services .services p{
        font-size: 19px;
    }
    a{
        font-size:16px;
    }
    .container{
        padding-left:35px;
        padding-right:35px;
    }
}
@media only screen and (max-width: 1280px) {
    .single_service_header h1, .single_service_header2 h1 {
        line-height: 1.2;
    }
    .about-links-holder {
        position: absolute;
        bottom: 18%;
        max-width: calc(100% - 70px);
        left: 35px;
    }
    .about-links-holder .col-md-6 {
        padding: 0px;
    }
    .about-links-holder h1 {
        line-height: 1.2;
    }
    .our_portfolio-template-default .single_service_header {
        /*margin-top: -110px !important;*/
    }
    .top_header_tablet{
        display:block;
        background:#6e19c2;
        justify-content: flex-end;
        z-index: 100;
        position: relative;
    }
    .top_header_tablet .top_contacts{
        display:flex;
        justify-content: flex-end;
    }
    .top_header_tablet a{
        color:#fff;
        padding:10px 15px;
    }
    .header_contacts{
        display: none;
    }
    #header nav{
        width:100%;
    }
    #navbarSupportedContent{
        text-align:center;
    }
    #main_services{
        padding:100px 0;
    }
    .purple_halfdown_circle, .green_stick_shape, .green_stick{
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .mobile-header{
        display: block;
    }
    .navbar{
        display: none;
    }
    .show-in-mobile{
        display: block;
    }
    .dl-menuwrapper button {
        float: right;
        background: #1c1e24;
    }
    .mobile-header{
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .dl-menuwrapper button:hover{
        background: transparent;
    }
    .dl-menuwrapper .dl-menu{
        top: 45px;
        padding: 0 12px;
        left:0;
    }
    .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
        background: #202136;
    }

    .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after{
        color:#fff;
        content: url('../images/icons/dropdown-icon.png');
        transform: rotate(270deg) scale(0.6);
    }
    .dl-menuwrapper li.dl-back:after {
        transform: rotate(90deg) scale(0.6) !important;
    }
        
    .homepage_slider_text h1{
        font-size:46px;
    }
    .newsletter h2{
        font-size:35px;
    }
    .newsletter p{
        font-size:21px;
    }
    #meet_the_team h1{
        font-size:35px;
        padding-right:0;
    }
    #main_services h1{
        font-size: 35px;
    }
    #main_services p{
        font-size:20px;
    }
    #slider img.purple, .video_group-holder img.purple{
        max-width:400px;
    }
    #slider img.green, .video_group-holder img.green{
        max-width:600px;
    }
    .navbar-nav li .submenu-links a{
        font-size:14px;
    }
}
@media only screen and (max-width: 992px) {
    .top_header_tablet a{
        font-size:17px;
    }
    .submenu-links{
       padding: 45px 2% 20px 6%;
    }

}

@media screen and ( max-width:1000px ) and ( orientation:landscape ) {
    .about-bg .hed-bg {
        font-size: 35px !important;
    }
    .single_service_header h1, .single_service_header2 h1 {
        font-size: 35px !important; 
    }
    .top_header_tablet .top_contacts {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .homepage_slider_text h1{
        font-size:35px;
    }
    #meet_the_team p{
        padding-left:0;
    }
    #meet_the_team a{
        margin-left:0;
    }
    .newsletter h2{
        font-size:30px;
    }
    .submenu-links{
        padding: 19px 8% 20px 25%;
    }
    #slider img.purple, .video_group-holder img.purple{
        max-width:300px;
    }
    #slider img.green, .video_group-holder img.green{
        max-width:400px;
    }
    #meet_the_team h2 {
        padding-right: 0px;
    }
    #meet_the_team h2 {
        font-size: 27px !important;
    }

}
@media only screen and (max-width: 576px) {
    a.request-quote-about-us.dark_btn {
        margin-top: 10px;
    }
    .top_header_tablet .top_contacts{
        justify-content: space-between;
    }
    .top_header_tablet a{
        padding:10px;
    }
    .homepage_slider_text{
        width:100%;
        max-width: 340px;
        text-align: center;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        right: 0;
        top:17%;
    } 
    .top_header_tablet a{
        font-size:14px;
    }
    .homepage_slider_text h1{
        margin-bottom:15px;
 
        position: relative;
    }
    .slider_txt_buttons{
        flex-direction: column;
        position: relative; 

    }
    .slider_txt_buttons div{
        padding-top: 20px;
        padding-right:0;
        width: 100%;
        max-width: 275px;
        text-align: center;
        margin: 0 auto;
    }
    .navbar-brand img{
        width:155px;
        margin-right:0;
    }
    #meet_the_team{
        padding:67px 0;
    }
    #meet_the_team h2{
        padding-right:0;
        font-size: 25px;
        line-height: 1.4;
        text-align: center;
    }
    #meet_the_team p{
        text-align:center;
        font-size: 18px;
    }
    .green_line{
        display: none;
    }
    #main_services{
        padding:67px 0;
    }
    #main_services h2{
        font-size:25px;
        line-height: 1.4;
        text-align: center;
    }
    #main_services p {
        font-size: 18px;
        text-align: center;
    }
    .services .row div {
        padding: 30px 15px 30px 15px;
        text-align: center;
    }
    a.dark_btn, a.light_btn{
        display:block;
        margin:0 auto;
        text-align:center;
    }
    #main_services a.main_button{
        margin:30px auto 0 auto;
    }
    #main_services .services p {
        font-size: 17px;
        text-align: center;
    }
    #main_services .services h3{
        padding: 11px 0 20px 0;
        line-height: 33px;
    }
    .blue_line{
        display: none;
    }
    #testimonials{
        padding:67px 0;
    }
    #testimonials h2{
        font-size:25px;
        padding-top:0;
    }
    .testimonials_slider p{
        font-size:17px;
        text-align: center;
    }
    .testimonials_slider .testimonial_info p:after{
        background-size: 28px 13px;
    }
    .apostrophe {
        width: 17px;
    }
    .testimonials_slider .testimonial_author{
        text-align:center;
    }
    #portfolio{
        padding:67px 0;
    }
    #portfolio h2 {
        font-size: 25px;
        text-align: center;
        margin-left:0;
    }
    .portfolio_box_slider{
        margin-left:auto;
    }
    .portfolio_box {
        margin-right: 0;
        padding: 0 15px;
    }
    .portfolio_info h3{
        font-size:26px;
    }
    .portfolio_info p {
        font-size: 17px;
        text-align: left;
    }
    #portfolio a.see_our_work{
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    .portfolio_circles{
        max-width:200px;
    }
    #blog{
        padding:67px 0;
    }
    #blog h2{
        font-size:25px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .blog_box_slider .slick-prev, .blog_box_slider .slick-next{
        display: none;
    }
    .blog_box{
        margin-right:0;
        padding:0 35px;
    }
    .blog_box_slider{
        margin-left: 35px;
        margin-right: 35px;
        margin-bottom: 50px;
    }
    #blog a.dark_btn{
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    .newsletter {
        padding: 10px 0;
    }
    .newsletter h2{
        font-size:26px;
    }
    .newsletter p {
        font-size: 19px;
        text-align: left;
    }
    .border-line{
        margin:30px 0;
    }
    .middle-footer h3{
        padding-bottom:0;
        margin-bottom: 8px;
    }
    .signup_form a{
        padding-top:8px;
    }
    #testimonials h2 {
        text-align: center;
    }
}
@media screen and ( max-width:600px ) {
    .on-load-webski {
        position: fixed;
    }
    .on-load-webski-images {
        position: relative;
        width: 250px;
        height: 200px;
        top: 44%;
    }
    .image1 {
        width: 250px;
        height: 200px;
        background-size: 250px auto;
    }
    .image2 {
        width: 250px;
        max-width: 250px;
        height: 200px;
        background-size: 250px auto;
    }
}



/* ==== FONTS USED ON SITE ===

Poppins

*/




/* =============PAGE ABOUT-US================ */

.about-bg {
    width: 100%;
    float: left;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    position: relative;
    margin-top: -84px;
}
.about-bg #header {
    background-color: transparent !important;
    border-bottom: 2px solid #626d6d;
}
.about-bg #header nav {
    background-color: transparent !important;
}
.about-bg .hed-bg {
    color: #fff;
    text-align: left;
    font-size: 55px;
    font-weight:500;
}

.about-links a:first-child {
    color: #fff;
    font-size: 16px;
}
.about-links a {
    color: #83838f;
    font-size: 16px;
    font-weight:700;
}
.dott {
    color: #71f0ef;
}
.hed-bg {
    width: 100%;
    max-width: 400px;
    line-height: 1.4;
}
.dropDwnIcon {
    width: 14px;
}
.green_underline {
    text-decoration: none;
    color: #fff;
}
.green_underline:hover {
    text-decoration: none;
    color: #fff;
}

/* === Sectiom About-Info === */
#about-info {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 150px;
    padding-bottom: 165px;
    background-color: #1c1e24;
}
.rectangle {
    width: 30px;
    height: 335px;
    position: absolute;
    top: 20%;
    left: 5%;
}
@media screen and ( max-width:1500px ) {
    .rectangle {
        display:none;
    }
}
#about-info h2 {
    color: #fff;
    font-weight:500;
    font-size: 39px;
}
#about-info p {
    font-size: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight:400;
    line-height: 1.7;
}

/* === Section about-info-sec === */

#about-info-sec {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 150px;
    padding-bottom: 190px;
    background-color: #1c1e24;
}
#about-info-sec h2{
    color: #fff;
}
#about-info-sec h2 {
    font-size: 39px;
    font-weight:500;
    width: 100%;
    max-width: 320px;
}
#about-info-sec p {
    font-size: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight:400;
    line-height: 1.7;
}



/* ==== Section Rainbow ==== */

#about-rainbow {
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 70px 0;
}
#about-rainbow p {
    color: #07081f;
    font-size: 19px;
    margin-bottom: 26px;
    font-weight:400;
    line-height: 1.6;
}
#about-rainbow h2 {
    color: #07081f;
    font-size: 47px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight:500;
    width: 100%;
    max-width: 600px;
}
#about-info-2 h2 {
    font-weight:500;
    font-size: 39px;
    color: #1c1e24;
    width: 100%;
    max-width: 320px;
}
#about-rainbow h4 {
    color: #07081f;
    font-size: 24px;
    margin-bottom: 40px;
    font-weight:400;
    line-height: 1.5;
}
.ab-rainbow-img {
    width: 670px;
    position: absolute;
    right: 0;
    top: 0;
}

#about-info-2 {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 150px;
    padding-bottom: 208px;
    background-color: #71f0ef;
}

#about-info-2 p {
    font-size: 20px;
    padding-bottom: 25px;
    color: #1c1e24;
    font-weight:400;
    line-height: 1.7;
}
#about-team-bg {
    width: 100%;
    float: left;
    position: relative;
}
.rbow {
    width: 68px;
    height: 100%;
    background-color: #71f0ef;
    position: absolute;
    top: 192px;
    right: 124px;
}

/* === Section About - questions === */
#about-questions {
    width: 100%;
    float: left;
    padding: 100px;
}

#about-questions h2 {
    color: #1c1e24;
    font-size: 39px;
    margin-bottom: 40px;
    font-weight:500;
    width: 100%;
    max-width: 500px;
}
#about-questions p {
    color: #1c1e24;
    font-size: 20px;
    margin-bottom: 40px;
    padding-right: 120px;
    font-weight:400;
    line-height: 1.7;
}
.woteam {
    width: 100%;
    max-width:600px;
}


/* === STYLE FOR THE DROP DOWN ON SERVICES === */

.img-icon {
    width: 30px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-top: 0;
}

.services-popup {
    /*width: 1600px;*/
    /*max-width: 100%;*/
}

.services-popup a {
    color: #fff;
    font-size: 24px;
    font-weight:400;
}
.rings {
    width: 170px;
    margin-bottom: 20px;
}
.shape-1 {
    padding: 39px;
    padding-bottom: 127px;
    padding-right: 0px;
}
.shape-2 {
    padding: 39px;
    padding-bottom: 41px;
}

.services-popup p {
    color: #07081f;
    font-size: 22px;
    margin-bottom: 45px;
    font-weight:400;

}
.services-popup h2 {
    font-size: 32px;
    color: #07081f;
    font-weight:700;
}
.shape-1 a {
    margin-bottom: 10px;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    left: -442px;
    top: 72px;
    overflow: hidden;
}
.navbar-expand-xl .navbar-nav #simple-drop .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 72px;
    overflow: hidden;
}
.dropdown-menu {
    
    z-index: 1000;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}


/* =============PAGE PROFTFOLIO================ */

/* === Section Client Stories === */
#client-stories {
    width: 100%;
    float: left;
    padding: 100px 0;
}
#client-stories h1 {
    font-size: 53px;
    color: #07081f;
    font-weight:700;
}
#client-stories p {
    font-size: 20px;
    color: #07081f;
    font-weight:400;
    line-height: 1.7;
}
#portfolio-list {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
#portfolio-list .portfolio_box {
    margin-bottom: 80px;
}
.portfolio_image {
    overflow: hidden;
    filter: grayscale(0);
    height: 430px;
    position: relative;
    -webkit-filter: grayscale(0);
}
.portfolio_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    transition-timing-function: linear;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.portfolio_image img:hover {
    left:-40px;
    overflow: visible;
    width: 110%;
    height: 450px;
    max-width: none;
}
#portfolio-list .portfolio_image:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 600ms ease;
    -webkit-transition: 1s ease;
}
/*#portfolio-list .com-md-6 {
    padding-right: 0;
}
#portfolio-list .container {
    padding-left: 35px;
    padding-right: 35px;
}*/
#portfolio-list h2 {
    color: #fff;
    font-size: 42px;
    font-weight:500;
}


/* =============PAGE NEWS================ */

/* === Section news-article === */

#news-article {
    width: 100%;
    float: left;
    padding: 30px 0;
}
#news-article h1 {
    color: #07081f;
    font-size: 53px;
    font-weight:700;
    margin-top: 0px;
}
.nws-art {
    margin-top:40px;
}
#news-article p {
    color: #07081f;
    font-size: 20px;
    font-weight:400;
    line-height: 1.7;
}
.article-bg h2 {
    color: #07081f;
    font-size: 33px;
    margin-top: 92px;
    font-weight:500;
}
#news-article h2 {
    color: #07081f;
    font-size: 30px;
    margin-top: 92px;
    font-weight:500;
}
#category {
    float: right;
    border: 0px;
    background: #f2f2f4;
    color: #07081f;
}
.form-control {
    background-color: #f2f2f4 !important;
}
#insights-inspiration .accept_policy span a {
    text-decoration: none !important;
    border-bottom: 2px solid white !important;
}
.article-bg {
    background-color: #f2f2f4;
    margin-left: -15px;
    padding-left: 35px;
    padding-top: 50px;
}
.news-article {
    color: #6d19c2;
    text-decoration: none;
    font-size: 18px !important;
    padding-left: 40px;
    font-weight:400;
}
.news-article:hover {
    text-decoration: none;
    color: #6d19c2;
    font-size: 18px !important;
}
.news-article1 {
    color: #6d19c2;
    text-decoration: none;
    font-size: 18px !important;
    font-weight:400;
}
.news-article1:hover {
    text-decoration: none;
    color: #6d19c2;
    font-size: 18px !important;
}
.social-logo-img {
    width: 30px;
    float: right;
    margin-right: 13px;
}
.social-logo-img2 {
    width: 20px;
    float: right;
    margin-right: 20px;
}
.blg-img-small {
    margin-bottom: 15px;
}
.blg-img-small:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 600ms ease;
    -webkit-transition: 1s ease;
}
#boxx:hover > .news-shadow {
    box-shadow: 0 0 32px rgba(33,33,33,.2);   
}
.news-shadow {
    margin-top: -16px;
    padding-top: 22px;
}
.follow {
    font-weight:700;
    text-decoration: none;
    font-size: 16px;
    color: #07081f;
}
.follow:hover {
    text-decoration: none;
    color: #07081f;
}
#news-posts {
    width: 100%;
    float: left;
}
#news-posts .col-md-4 {
    margin-bottom: 60px;
}
#news-posts p {
    font-size: 17px;
    color: #07081f;
    font-weight:400;
}
.container-2 {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 25px;
}
#insights-inspiration {
    width: 100%;
    float: left;
    margin-bottom: 90px;
}
.insights-inspiration-bg {
    background-color: #07081f;
    padding: 100px 70px;
}
#insights-inspiration .col-md-8 {
    padding-left: 90px;
}
#news-article #insights-inspiration h2 {
    margin-top: 25px !important;
    color: #fff;
    font-size: 35px;
    font-weight:500;
}
#insights-inspiration p {
    color: #fff;
    font-size: 17px;
    font-weight:400;
}
.featured-img {
    position: relative;
}
.box-featured {
    position: absolute;
    top: 0;
    left: 13px;
    padding: 6px 10px;
    color: #000;
    background-color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.txt-color {
    color: #fff;
    font-size: 14px;
}
.txt-color a    {
    color: #fff;
    font-size: 14px;
}
#news-article .form-control {
    width: 70%;
    font-weight:500;
}
.first-blog:hover {
    text-decoration: none;
}
.first-marg {
    margin-bottom: 80px;
}
#boxx {
    margin-bottom: 80px;
}

/*=== Pagination on news in Wordpress ===*/
.newsNextBtn {
    width: 46px;
    height: 46px;
    background-color: #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .4s all;
    font-size: 31px;
    padding-left: 5px;
}
.pagination .prev .newsNextBtn {
    padding-left:0px;
    padding-right: 5px !important;
}
.newsNextBtn:hover {
    background-color: #fff;
    color: #b2b6ba;
    cursor: pointer;
}
.pagination .page-numbers {
    margin-right: 20px;
    color: #000 !important;
}
.pagination .current {
    font-size: 30px !important;
}
.newsPages .pagination {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 70px;
}
.pagination .page-numbers {
    margin-right: 20px;
    color: #07081f;
    font-weight: 600;
}
.pagination .page-numbers:last-child {
    margin-right: 0;
}
.pagination .prev {
    margin-right: auto;
}
.pagination .next {
    margin-left: auto;
}
.arrow-blogs {
    border: 1px solid;
    padding: 20px 24px;
    width: 59px;
    background: #07081f;
    color: #fff;
}


/* ==== SINGLE BLOG PAGE ==== */

#singleBlogPst{
    margin: 60px 0;
    width: 100%;
    float: left;
}
#singleBlogPst h1 {
    color: #07081f;
}
#singleBlogPst p {
    color: #07081f;
    font-size: 20px;
}
#singleBlogPst h2 {
    color: #07081f;
}
.screen-reader-text {
    display: none;
}
.widget-area ul li a {
    text-decoration: none;
    font-weight:500;
    color: #07081f;
}
.widget-area ul li a:hover {
    color:#6d19c2;
}
.widget-area ul li a:hover {
    text-decoration: none;
}
.widget-area ul li {
    list-style-type: none;
}
#cat {
    padding: 7px;
    padding-right: 127px;
}
#categories-3 {
    margin: 30px 0;
}
.widget-title {
    margin: 30px 0px;
    color: #07081f;
}
.tagcloud a {
    font-size: 16px !important;
    font-weight:500;
}
#sidebar .tagcloud a {
    float: left;
    font-size: 15px !important;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    background:#1c1e24;
    color:#fff;
    border: 1px solid #1c1e24;
    font-weight:500;
}
#sidebar .tagcloud a:hover{
    text-decoration: none;
    border:1px solid #1c1e24;
    background:#fff;
    color:#1c1e24;
    transition: 0.4s all;
}
.search-field {
    padding: 12px 13px;
    background-color: #f0f0f0;
    border: 0 none;
    float: left;
    border-radius: 0;
    width: 100%;
    outline: none;
}
input.search-submit {
    background: url(../images/search.png);
    border: 0 none;
    padding: 12px 22px;
    background-repeat: no-repeat;
    float: left;
    background-color: #1c1e24;
    background-position: center;
    cursor: pointer;
    text-indent: -99999px;
    background-size: 58%;
}

.shape-1 a {
    color: #fff !important;
}
.shape-2 a {
    color: #fff !important;
}
.shape-2 a:hover {
    color:#1c1e24 !important;
}

/* =============PAGE CONTACT================ */

/* === Section contact_links === */
#contact_links .about-links a:first-child {
    color: #000;
    font-size: 16px;
}
#contact_links .about-links {
    position: relative;
    float: left;
    margin-top: 14px;
    top: 16%;
}
/* === Section contact-sct === */

#contact-sct {
    width: 100%;
    float: left;
    padding: 100px 0;
}
.name {
    float: left;
    padding-right: 4%;
}
#contact-sct h1 {
    font-size: 53px;
    margin-bottom: 30px;
    color: #07081f;
    font-weight:700;
}
.purple-links {
    text-decoration: none;
    border-bottom: 2px solid #6d19c2;
    font-weight:400;
    font-size: 20px;
}
#contact-sct .purple-links {
    text-decoration: none;
    color: #202136;
    border-bottom: 2px solid #6d19c2;
    font-weight:400;
    font-size: 20px;
}
#contact-sct .purple-links:hover {
    text-decoration: none;
    color: #202136;
    border-bottom: 2px solid #6d19c2;
}
#contact-sct p {
    font-size: 20px;
    color: #07081f;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight:400;
}
#contact-sct label {
    font-size: 20px;
    margin-top: 13px;
    font-weight:700;
    color: #07081f;
}
#contact-sct textarea{
    margin-bottom: 35px;
}
#contact-sct input {
    background-color: #f2f2f4;
    border: none;
    height: 40px;
    padding: 25px 10px;
    width: 100%;
}
#contact-sct input[type="submit"] {
    background:#1c1e24;
    color:#fff;
    border: 1px solid #1c1e24;
    padding: 15px 30px;
    font-weight:500;
    height:auto;
    cursor: pointer;
}
#contact-sct input[type="submit"]:hover{
    text-decoration: none;
    border:1px solid #1c1e24;
    background:#fff;
    color:#1c1e24;
    transition: 0.4s all;
}
#contact-sct .email {
    width: 100%;
}
#contact-sct .phone-number {
    width: 100%;
}
#contact-sct .textarea {
    background-color: #f2f2f4;
    border: none;
    padding: 10px;
    margin-bottom: 60px;
}

/* == Creating the Google Map and the pop up window == */
#map{
    height: 500px;
    width: 100%;
}
#contact-sct h2 {
    text-align: center;
    color: #07081f;
    font-size: 20px;
}
#contact-sct h3 {
    font-size: 14px;
    color: #07081f;
    
}
#contact-sct h4 {
    color: #07081f;
    font-size: 12px;
}
#contact-sct .purple-linkss {
    text-decoration: none;
    color: #07081f;
    border-bottom: 2px solid #6d19c2;
    font-size: 13px;
}
#contact-sct .purple-linkss:hover {
    text-decoration: none;
    color: #07081f;
    border-bottom: 2px solid #6d19c2;
    font-size: 13px;
}
.news-shadow-map {
    box-shadow: 0 0 32px rgba(33,33,33,.2); 
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */ 
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
/*For IE*/
select::-ms-expand { display: none; }


/* === Simple Pop up - About === */
.about-popup {
    width: 220px;
    height: 170px;
    background-color: #f2f2f4;
}
.dropdown-menu .about-popup ul li a {
    text-decoration: none;
    color: #07081f;
    font-weight:400;
}
.dropdown-menu .about-popup ul li a:hover {
    color: #6d19c2;
}
.drop-down-simple {
    position: absolute !important;
    left: -66px !important;
    top: 70px !important;
    overflow: hidden !important;
}
.dropdown-menu .about-popup ul li {
    padding-left: 28px;
    padding-top: 10px;
}
.dropdown-menu .about-popup ul li:hover {
    background-color: #fff;
}

/* =============PAGE TESTIMONIALS================ */

#testimonial-info {
    width: 100%;
    float: left;
    padding: 210px 0;
    background-color: #1c1e24;
}

/* === Section testimonial-info === */

#testimonial-info h2 {
    color: #fff;
    font-weight:500;
    font-size: 39px;
}


#company_testimonials {
    margin: 60px 0;
    width: 100%;
    float: left;
}

/* === Section testimonial-posts === */

.testimonial-posts {
    width: 100%;
    background-color: #f7f7f9;
    padding: 30px 0;
}
.testimonial-posts-sec {
    padding: 50px 40px 20px 40px;
}
.testimonial-posts-clients {
    padding: 10px 155px 10px 155px
}

.testimonial-posts a:hover {
    text-decoration: none;
}

.testimonial-posts h1 {
    color: #1c1e24;
    margin-top: 15px;
    font-size: 27px;
    font-weight:700;
    margin-top: -29px;
}
.testimonial-posts h3 {
    font-size: 14px;
    color: #1c1e24;
    text-align: right;
    font-weight:700;
}
.testimonial-posts p {
    color: #1c1e24;
    font-size: 20px;
    line-height: 30px;
    font-weight:400;
    line-height: 1.7;
}

.testimonial-posts h4 {
    color: #fff;
}
.testimonial-posts2 h4 {
    color: #1c1e24;
}

/* === Section Testimonial-posts 2 === */
.testimonial-posts2 {
    width: 100%;
    padding: 30px 0;
    background-color: #1c1e24;
}
.testimonial-posts2 a:hover {
    text-decoration: none;
}
.testimonial-posts2 h1 {
    font-size: 30px;
}
.testimonial-posts2 h1 {
    color: #fff;
    font-weight:700;
    font-size: 27px;
}
.testimonial-posts2 h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight:700;
}
.testimonial-posts2 p {
    color: #fff;
    font-size: 20px;
    line-height:30px;
    font-weight:400;
    line-height: 1.7;
}
.testimonial-posts-sec .col-md-5 .row{
    align-items:center;
}
.moove-up {
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* .pos-te { 
    margin-top: 20px;
} */
.hed-name {
    font-size: 26px;
    text-align: right;
}
.para-profes {
    font-size: 12px !important;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:0;
}
.testimonial-title{
    position: relative;
    background:#1c1e24;
    border-radius:50%;
    width:80px !important;
    height:80px !important;
    margin:0 auto;
    color:#fff;
    font-size:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -14px;
}
.testimonial-title2{
    position: relative;
    background:#fff;
    border-radius:50%;
    width:80px !important;
    height:80px !important;
    text-align:center;
    color:#fff;
    font-size:40px;
    margin-top: 74px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.writer_initials{
    font-size:40px!important;
    font-weight:700;
}

.text-uper {
    text-transform: uppercase;
}
.hed2-name {
    font-size: 26px;
    text-align: left;
    margin-top: 85px;
}
.testimonial-posts2 .para2-profes {
    text-align: center;
    float: left;
    font-weight:400;
}
.para2-profes {
    font-size: 12px !important;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 60px;
}
.testimonial-posts-sec .row {
    align-items: center !important;
}

.tag-cloud-link {
    border: 1px solid black;
    padding: 10px;
}


/* Home page Modal popup Start */
.homemodal .modal {
    position: fixed;
    top: 25%;
    left: 0;
    overflow: hidden;
    right: 0;
    width: 96%;
    margin: 0 auto;
    max-width: 970px;
}
#webclosebtn2 {
    width: 35px;
    position: absolute;
    top: 20px;
    outline: none;
    right: 20px !important;
}
.homemodal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}
.homemodal .modal-dialog {
    max-width: 100%;
}
#myModal2 h3 {
    font-size: 16px;
    color: #07081f;
    text-align: center;
    letter-spacing: 7px;
    font-weight:700;
    margin-bottom: 10px;
    margin-top: 10px;
}
#myModal2 h1 {
    margin-bottom: 30px;
    font-size: 55px;
    color:  #07081f;
    text-align: center;
    font-weight:700;
    line-height: 1.1;
}
#myModal2 p {
    font-size: 17px;
    color:  #07081f;
    text-align: center;
    margin-bottom: 40px;
}
.row.al-item img {
    max-width: 94%;
}
#myModal2 .modal-content {
    background-color: #fff !important;
}
#myModal2 .modal-body {
    padding: 40px 40px 0px 40px;
}
.cost_btn_wrap {
    display: flex;
    justify-content: center;
}
.dark_popup_btn{
    background:#07081f;
    color:#fff;
    border: 1px solid #07081f;
    padding: 10px 30px;
    font-weight:500;
    font-size: 20px;
}
.dark_popup_btn:hover{
    text-decoration: none;
    border:1px solid #07081f;
    background:#fff;
    color:#07081f;
    transition: 0.4s all;
    padding: 10px 30px;
    font-size: 20px;
}
/* Home page modal Popup End */

/* =============PAGE SEARCH RESULTS================ */

/* == Section Search page == */

#search_page {
    width: 100%;
    float: left;
    margin: 60px 0;
}

/* === Button Back to Top === */
#back2Top .back-indside-f {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    position: relative;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 0px;
}
.back2Top-mac .back-indside-f {
    left: 3px !important;
}
#back2Top {
    height: 40px;
    width: 40px;
    line-height: 40px;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 30px;
    background-color: #71f0ef;
    color: #6e19c2;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #6d19c2;
    color: #71f0ef;
}

/* Archives widget on blog page */

.widget-area ul li {
    list-style-type: none;
    float: left;
    padding: 7px;
}
#archives-3 ul li a:hover {
    text-decoration: underline;
}

/* Request a quote */
#side-menu-popup {
    text-align: center;
    z-index: 10;
    width: 500px;
    padding: 55px 25px;
    padding-top: 120px;
    z-index: 1000;
}

.quote-form {
    padding: 20px;
}

  /* side nav */
.side-nav-menu {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -568px;
    background: -webkit-linear-gradient(to top, #23272d, #23272d); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom,  #23272d,  #23272d); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    overflow-x: hidden;
    padding-top: 60px;
    z-index: 9999;
}
  
.side-nav-menu .btn-close {
    position: absolute;
    top: 86px;
    right: 40px;
    font-size: 40px;
    text-decoration: none;
    width: 44px;
    height: 44px;
    color: #fff;
    display: block;
    line-height: 25px;
}
  
#main {
    transition: margin-left 0.5s;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}
.form-row {
    margin-left: -3px;
}
.btn-block {
    background-color: fff;
    color: #1c1e24;
    border-radius: 0;
    padding: 16px 0;
}
#side-menu-popup .form-group{
    margin-bottom:15px;
}
#side-menu-popup .form-group .form-control{
    border-radius:0;
}
#side-menu-popup .form-group input{
    padding: 23px 14px;
}
#side-menu-popup .form-group input::placeholder
{
    color:#000;
}
#side-menu-popup .form-group select::placeholder
{
    color:#000;
}
#side-menu-popup .form-group textarea::placeholder
{
    color:#000;
}
#side-menu-popup .form-group select{
    background:url('../images/icons/dropdown_popup.png') right 14px /40px no-repeat;
    background-color:#fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height:47px;
}

.quote-form p.first_quote_side_menu{
    font-size:15px;
    padding-bottom: 18px;
    line-height: 32px;
}
.mobile-num {
    margin-left: 5px;
    font-size: 18px;]
    text-decoration: none;
    color: #ffffff !important;
}
.mobile-num:hover {
    color: #fff;
    text-decoration: none;
}
.first_quote_side_menu .mobile-num{
    font-size: 14px;
}

.quote-form h1 {
    color: #fff;
    font-size: 40px;
      
}
.quote-form p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.quote-form p.mobile-icon{
    margin-bottom: 20px;
}
.mobile-icon img{
    width: 18px;
    margin-top: -6px;
}
.quote-form .love-to-hear{
    margin-top:30px;
}
.quote-form .love-to-hear p{
    margin-bottom: 0;
    line-height: 26px;
    color:#91979e;
    font-size:15px;
}
.quote-form p.title_cf7{
    font-size:15px;
}
.quote-form p.title_cf7 .green_underline{
    font-size: 12px;
    border-bottom:1px solid #98c355;
}
#portfolio_scroll_img {
    height: 88%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.white-green {
    background: linear-gradient(to bottom, white 0%,white 50%,#ffff 50%,#71f0ef 50%, #71f0ef 100%);
}
.mCSB_scrollTools .mCSB_draggerContainer {
    left: -70px !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: -webkit-linear-gradient(to top, #71f0ef, #3f5efb); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #6d19c2, #71f0ef); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.green-white {
    background: linear-gradient(to bottom, #71f0ef 0%,#71f0ef 50%,#71f0ef 50%,white 50%, white 100%) !important;
}
.mobile-scroll {
    width: 450px;
    height: 880px;
    position: relative;
    overflow: hidden;
}
.phoneImgScroll {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.mobile-down {
    padding: 30px;
    display: flex;
    justify-content: center;
}
.test-top {
    margin-top: 150px;
}

.mCSB_inside>.mCSB_container {
    margin: 0px !important;
    padding: 0px !important;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    right: -50px !important;
}
.our_portfolio-template-default #green_part_description {
    padding: 35px 0 !important;
    margin-bottom: 50px;
}
.mobileCustomScrollbar {
    margin: 0px !important;
    position: absolute !important;
    left: 8.4% !important;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
    /* border: 1px solid black; */
    overflow: hidden !important;
    z-index: 99;
    width: 82.8% !important;
}

/* responsive */
@media(max-width: 568px) {
    .navbar .open-slide{
      display: none;
    }
    
    #side-menu-popup {
        width: 100%;
        padding: 55px 0!important;
    }
}
.navbar-nav li .submenu-links a {
    color: #fff;
}


/* === PAGE OUR-PORTFOLIO SINGLE === */
@media screen and ( max-width:1023px ) and (orientation:landscape) {
   /* .our_portfolio-template-default .single_service_header h1 {
        margin-top: 20vh !important;
    }*/
}
/*.our_portfolio-template-default .single_service_header h1 {
    margin-top: 65vh;
}*/

.our_portfolio-template-default .single_service_header {
    height: calc(100vh);
    width: 100%;
    float: left;
    position: relative;
    /*margin-top: -84px;*/
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.3);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#contact_links .about-links a:first-child {
    color: #6d19c2;
}
#breadcrumbs span {
    color: #6d19c2;
}
.breadcrumb_last {
    color: #858492 !important;
}
.our_portfolio-template-default #header, .our_portfolio-template-default #header nav {
    background: transparent;
    z-index: 100;
}
.our_portfolio-template-default #header {
    /* border-bottom: 2px solid#71f0ef; */
    position: relative;
}

/* Categroies CSS */

.case {
    padding: 5px 10px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 2px;
    text-decoration: none;
    border: 1px solid #fff;
    background: #fff;
    color: #1c1e24;
    transition: 0.4s all;
}
.case:hover {
    text-decoration: none;
    border: 1px solid #1c1e24;
    background: #1c1e24;
    color: #fff;
    transition: 0.4s all;
}
.hd_wrap {
    position: absolute;
    bottom: 20%;
}
.page-template-game_dev .single_service_header {
    height: 91vh;
    width: 100%;
    float: left;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.5);
}

.tback {
    margin: 0 auto;
    padding-top: 50px;
}

/* ====== STYLE FOR CALC FORM START ====== */


.hi-icon-c {
    position: relative;
    max-width: none;
    background-repeat: no-repeat;
    height: 100%;
    width: 83%;
    float: left;
    background-position: center;
    border: none;
    background-color: transparent !important;
    min-height: 178px;
    color: transparent !important;
    cursor: pointer;
}
.hi-icon-c:hover {
    transform: scale(1.1);
}
#quoteform .hi-icon-c:focus, #quoteform2 .hi-icon-c:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}
.ficon1{background-image: url('../images/ficon1.png');}
.ficon2{background-image: url('../images/ficon2.png');}
.ficon3{background-image: url('../images/ficon3.png');}
.ficon4{background-image: url('../images/ficon4.png');}
.ficon5{background-image: url('../images/ficon5.png');}
.ficon6{background-image: url('../images/ficon6.png');}
.ficon7{background-image: url('../images/ficon7.png');}
.ficon8{background-image: url('../images/ficon8.png');}
.ficon9{background-image: url('../images/ficon9.png');}
.ficon10{background-image: url('../images/ficon10.png');}
.ficon11{background-image: url('../images/ficon11.png');}
.ficon12{background-image: url('../images/ficon12.png');}
.ficon13{background-image: url('../images/ficon13.png');}
.ficon14{background-image: url('../images/ficon14.png');}
.ficon15{background-image: url('../images/ficon15.png');}
.ficon16{background-image: url('../images/ficon16.png');}
.ficon17{background-image: url('../images/ficon17.png');}
.ficon18{background-image: url('../images/ficon18.png');}
.ficon19{background-image: url('../images/ficon19.png');}
.ficon20{background-image: url('../images/ficon20.png');}
.ficon21{background-image: url('../images/ficon21.png');}
.ficon22{background-image: url('../images/ficon22.png');}
.ficon23{background-image: url('../images/ficon23.png');}
.ficon24{background-image: url('../images/ficon24.png');}
.ficon25{background-image: url('../images/ficon25.png');}
.ficon26{background-image: url('../images/ficon26.png');}
.ficon27{background-image: url('../images/ficon27.png');}
.ficon28{background-image: url('../images/ficon28.png');}
.ficon29{background-image: url('../images/ficon29.png');}
.ficon30{background-image: url('../images/ficon30.png');}

.calc_arrow2 {
    width: 65px;
    margin-top: 30px;
}
img.calc_arrow {
    max-width: 30px;
}

#nameErr, #emailErr, #mobileErr, #websiteErr, #messageErr, #siteErr, #messageErr2, #nameErr_seo, #companyErr_seo, #emailErr_seo, #mobileErr_seo, #messageErr_seo, .recaptchaErr p {
    color: red;
}
.on-submit-show-title {
    text-align: center;
}
#wProjectForm {
    width: 100%;
    padding: 12% 0;
    padding-bottom: 90px;
}
#wProjectForm2 {
    width: 100%;
    float: left;
    padding: 144px 0;
}
#typage {
    width: 100%;
    float: left;
    padding: 340px 0;
    background-color: #1c1e24 !important;
}
#typage .thankshed {
    color: white;
    margin: 0 auto;
}
.page-template-calc_form {
    background-color: #1c1e24 !important;
}
#quoteform .col-form-label, #quoteform2 .col-form-label {
    color: #fff;
}
.light_btn_form {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-weight:500;
}
.sb_btn_form_seo {
    background: #fff;
    color: #1c1e24;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-weight:500;
    width: 100%;
    cursor: pointer;
}
.sb_btn_form_seo:hover {
    background: #1c1e24;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-weight:500;
    width: 100%;
}
.sb_btn_form {
    background: #fff;
    color: #1c1e24;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-weight:500;
    width: 100%;
    cursor: pointer;
}
.sb_btn_form:hover {
    background: #1c1e24;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-weight:500;
    width: 100%;
}
.sb_btn_seo {
    color: #1c1e24;
    padding: 10px 30px;
    font-weight:500;
    cursor: pointer;
    outline: none;
}
.sb_btn_seo:hover {
    color: #1c1e24;
    padding: 10px 30px;
    font-weight:500;
    cursor: pointer;
    outline: none;
}
.light_btn_form:hover {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-weight:500;
}
.CntBtn {
    display: flex;
    justify-content: center	;
    margin-top: 15px;
}
/*  Tab */
#quoteform .tab-pane, #quoteform2 .tab-pane {
    display: none;
}
#quoteform .tab-pane:first-child{
  display: block;
}
#quoteform button:focus, #quoteform2 button:focus {
	display: none;
}
#seo_step0, #seo_step1, #seo_step2, #seo_step3, #seo_step4 {
    display: none;
}
.hTittl {
	text-align: center;
    color: #ffff;
    padding-bottom: 15px;
}
section#wProjectForm2 input {
    width: 75px;
    margin-top: 30px;
    outline: none;
    height: 75px;
}
.txt-msg textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
}
.hTittle, .SecondhTittle {
    display: flex;
    justify-content: center;
    color: #ffff;
    padding-bottom: 15px;
    text-align: center;
}
.pDescription {
    display: flex;
    justify-content: center;
    color: #ffff;
    padding-bottom: 60px;
}
.smText {
    text-align: center;
    color: #ffff;
}
.smIcn {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

/* Error */
span.error {
	font-size: 12px;
	font-family: "helvetica neue", arial, sans-serif;
	color: #D6041D !important;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}



.hi-icon {
	font-size: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
	border: none;
    background: transparent !important;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #868dad, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #868dad, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #868dad, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #868dad, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #868dad, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #868dad, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

/* ====== STYLE FOR CALC FORM END ====== */

/* === MEDIA QUERY === */

@media only screen and (max-width: 1925px) {
    .container {
        max-width: 1280px;
    }
    .services-popup p{
        font-size:18px;
    }
    .services-popup h2{
        font-size:27px;
    }
    
}
@media only screen and (max-width: 1700px) {
    .navbar-expand-xl .navbar-nav #simple-drop .dropdown-menu{
        left: 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .rectangle {
        left: 22px;
    }
}
@media only screen and (max-width: 1200px) {
    a.restart_calc {
        position: initial;
        text-align: center;
        margin: 40px auto;
        display: block;
    }
    .navbar-expand-xl .navbar-nav #simple-drop .dropdown-menu{
        position: relative!important;
        top: 0!important;
        text-align: center!important;
        width: 100%!important;
        max-width: 300px!important;
        margin: 0 auto!important;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        left:0;
        top:50px;
    }
    .services-popup {
        width: 100%;
    }
    .shape-2{
        display: none;
    }
}
@media screen and (min-width:1920px) {
    section#wProjectForm2 input {
        width: calc(75px + 2vw);
        margin-top: calc(33px + 2vw);
        outline: none;
        height: calc(75px + 2vw);
    }
}
@media only screen and (max-width: 1024px) {
    .woteam {
        width: 100%;
        padding: 40px 0;
    }
    #about-questions {
        padding: 50px;
    }
    .rectangle {
        display: none;
    }
    .ab-rainbow-img {
        width: 470px;
    }
    .rbow {
        width: 58px;
        height: 1390px;
        background-color: #71f0ef;
        position: absolute;
        top: 130px;
        right: 81px;
    }
    #about-info {
        padding-bottom: 150px;
    }
    #about-info-2 {
        padding-bottom: 150px;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        left: 0px;
    }
    .navbar-nav li a {
        font-size: 16px;
    }
    #news-article h1 {
        font-size: 50px;
    }
    #news-article h2 {
        font-size: 25px;
    }
    #news-article p {
        font-size: 17px;
    }
    .news-article {
        font-size: 15px !important;
        padding-left: 25px;
    }
    .container-2 {
        padding-right: 25px;
        padding-left: 25px;
    }
    #news-posts p {
        font-size: 20px;
    }
    #client-stories h1 {
        font-size: 60px;
    }
    #client-stories p {
        font-size: 20px;
    }
    #contact-sct .email {
        width: 410px;
    }
    #contact-sct .phone-number {
        width: 410px;
    }
    .about-popup {
        width: 205px;
    }
    .drop-down-simple {
        left: 362px !important;
        top: 55px !important;
    }
    .article-bg {
        padding-top: 25px;
    }
    #news-article h2 {
        margin-top: 68px;
    }
    .testimonial-posts-sec {
        padding: 50px 0px 20px 0px;
    }
    .blog .navigation_menu .fa-bars:before  {
        color: #000;
    }
    .page-template-contact .navigation_menu .fa-bars:before  {
        color: #000;
    }
    .page-template-portfolio .navigation_menu .fa-bars:before  {
        color: #000;
    }
    .page-template-about #header, .page-template-about #header nav {
        background: #1c1e24;
    }
    .green_line {
        display: none;
    }
    .blue_line {
        display: none;
    }
    .homemodal .modal {
        width: 80%;
    }
}
@media screen and ( min-width:991px ) and ( max-width: 1024px ) {
    #myModal2 .modal-body {
        padding-bottom: 40px;
    }
}
@media screen and ( max-width:990px ) {
    #myModal2 .modal-body {
        padding: 50px 20px;
    }
    .homemodal .modal {
        top: 10%;
        overflow-y: auto;
    }
}
@media only screen and (max-width: 992px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        position: relative;
        top:5px;
    }
    .services-popup{
        width:100%;
    }
}
@media screen and ( max-width: 1150px )
{
    #myModal2 h1 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 789px) {
    .hed2-name {
        margin-top: 20px;
        text-align:center;
    }
    .testimonial-posts2 .para2-profes{
        text-align: center;
        float:none;
    }
    .testimonial-posts2 h3{
        text-align: center;
    }
    .testimonial-posts h1{
        margin-top:25px;
        text-align:center;
    }
    .para-profes{
        text-align:center;
        margin-bottom:20px;
    }
    .testimonial-posts h3{
        text-align:center;
    }
    .para2-profes{
        margin-bottom: 45px;
    }
    .testimonial-posts p, .testimonial-posts2 p{
        font-size:18px;
    }
 
}

@media only screen and (max-width: 768px) {
    .py-3{
        padding:10px 0!important;
    }
    .ab-rainbow-img {
        width: 342px;
    }
    .rbow {
        width: 41px;
        height: 1870px;
        background-color: #71f0ef;
        position: absolute;
        top: 92px;
        right: 60px;
    }
    #about-questions p {
        padding-right: 0px !important;
    }
    #about-questions h2 {
        font-size: 28px;
    }
    #about-rainbow h2 {
        font-size: 35px;
    }
    .services-popup {
        width: 100%;
        max-width:1293px;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        top: 54px;
    }
    .navbar-expand-xl .navbar-nav #simple-drop .dropdown-menu{
        left: 0px;
    }
    .navbar-nav li a {
        font-size: 14px;
    }

    #news-article h2 {
        margin-top: 25px;
    }
    .news-article {
        font-size: 12px !important;
        padding-left: 10px;
    }
    #news-posts p {
        font-size: 16px;
    }
    #insights-inspiration h2 {
        font-size: 34px;
    }
    #insights-inspiration p {
        font-size: 18px;
    }
    .signup_form input {
        font-size: 15px;
    }
    #client-stories h1 {
        font-size: 39px;
    }
    #client-stories p {
        font-size: 15px;
    }
    #portfolio-list .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .portfolio_info h2 {
        font-size: 31px;
    }
    .portfolio_info p {
        font-size: 18px;
    }
    #contact-sct .email {
        width: 100%;
    }
    #contact-sct .phone-number {
        width: 100%;
    }
    .about-popup {
        width: 185px;
    }
    .drop-down-simple {
        left: 245px !important;
        top: 55px !important;
    }
    #about-info-sec h2 {
        font-size: 33px;
    }
    #about-info-2 h2 {
        font-size: 33px;
    }
    #about-rainbow h4 {
        font-size: 20px;
    }
    #news-article .form-control {
        width: 100%;
    }
    .featured-img {
        height: 100%;
    }
    .social-logo-img {
        width: 20px;
    }
    .social-logo-img2 {
        width: 13px;
    }
    #news-posts p {
        font-size: 14px;
    }
    #contact_links .about-links {
        position: absolute;
        top: 19%;
    }
    .services-popup p {
        font-size: 20px;
    }
}
@media screen and ( min-width:767px ) {
    .phone-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .header_phone a, .header_email a {
        font-size: 16px !important;
    }
    .side-nav-menu .btn-close {
        top: 25px;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        left: auto;
        top: 5px;
        position: relative;
        width: 100%;
        max-width: 345px;
        margin: 0 auto;
    }
    .navbar-expand-xl .navbar-nav #simple-drop .dropdown-menu{
        left:0;
    }
    #news-article .form-control {
        margin-bottom: 30px;
    }
    .testimonial-title2 {
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .ficon1{ background-size: 90px 90px;}
    .ficon2{background-size: 90px 90px;}
    .ficon3{background-size: 90px 90px;}
    .ficon4{background-size: 90px 90px;}
    .ficon5{background-size: 90px 90px;}
    .ficon6{background-size: 90px 90px;}
    .ficon7{background-size: 90px 90px;}
    .ficon8{background-size: 90px 90px;}
    .ficon9{background-size: 90px 90px;}
    .ficon10{background-size: 90px 90px;}
    .ficon11{background-size: 90px 90px;}
    .ficon12{background-size: 90px 90px;}
    .ficon13{background-size: 90px 90px;}
    .ficon14{background-size: 90px 90px;}
    .ficon15{background-size: 90px 90px;}
    .ficon16{background-size: 90px 90px;}
    .ficon17{background-size: 90px 90px;}
    .ficon18{background-size: 90px 90px;}
    .ficon19{background-size: 90px 90px;}
    .ficon20{background-size: 90px 90px;}
    .ficon21{background-size: 90px 90px;}
    .ficon22{background-size: 90px 90px;}
    .ficon23{background-size: 90px 90px;}
    .ficon24{background-size: 90px 90px;}
    .ficon25{background-size: 90px 90px;}
    .ficon26{background-size: 90px 90px;}
    .ficon27{background-size: 90px 90px;}
    .ficon28{background-size: 90px 90px;}
    .ficon29{background-size: 90px 90px;}
    .ficon30{background-size: 90px 90px;}

    #seo_step3 .phone-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #seo_step0 .phone-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #wProjectForm {
        width: 100%;
        padding: 23% 0;
        padding-bottom: 90px;
    }
    #webclosebtn {
        top: 50px;
    }
    #wProjectForm2 {
        padding: 20% 0;
    }
    .mobile-down {
        margin-top: 30px !important;
        display: flex;
        justify-content: center;
    }
    .mobile-top {
        display: flex;
        justify-content: center;
    }
    .green_line {
        display: none;
    }
    .blue_line {
        display: none;
    }
}

@media only screen and (max-width: 414px) {
    .about-bg .hed-bg {
        font-size: 44px;
    }
    .single_service_header h1, .single_service_header2 h1 {
        font-size: 44px; 
    }
    #about-info {
        padding-top: 75px;
    }
    #about-info {
        padding-bottom: 95px;
    }
    .ab-rainbow-img {
       display: none;
    }
    .rbow {
        display: none;
    }
    #about-rainbow h2 {
        font-size: 27px;
        text-align: center;
    }
    #about-rainbow h4 {
        text-align: center;
    }
    #about-rainbow p {
        text-align: center;
    }
    #about-info-2 {
        padding-top: 78px;
        padding-bottom: 100px;
    }
    #about-info-2 h2, p {
        text-align: center;
    }
    a.dark_btn {
        justify-content: center;
        display: flex;
    }
    #about-info h2 {
        text-align: center;
    }
    a.light_btn {
        display: flex;
        justify-content: center;
    }
    #about-questions {
        padding: 25px 0;
    }
    #about-questions h2 {
        font-size: 25px;
        text-align: center;
    }
    .woteam {
        margin: 30px 0;
    }
    .about-bg #header nav {
        background-color: #1c1e24 !important;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        left: 0;
        top: 5px;
    }
    .navbar-expand-xl .navbar-nav #simple-drop .dropdown-menu{
        left:0;
    }
    #news-article h1 {
        text-align: center;
    }
    #category {
        float: none;
        margin: 0 auto;
        margin-bottom: 40px;
        display: flex;
    }
    #news-article h2 {
        text-align: center;
    }
    .news-article {
        display: none;
    }
    .social-logo-img {
       float: none;
        margin: 0 auto;
        display: flex;
    }
    .social-logo-img2 {
        float: none;
         margin: 0 auto;
         display: flex;
     }
    .follow {
        display: flex;
        justify-content: center;
    }
    .double-rings {
        margin-bottom: 50px;
    }
    #insights-inspiration .col-md-8 {
        padding: 0;
    }
    #insights-inspiration h2 {
        font-size: 30px;
        text-align: center;
    }
    .signup_form input {
        font-size: 13px;
    }
    .container-2 {
        padding-bottom: 0;
    }
    .news-article1 {
        display: flex;
        justify-content: center;
    }
    #client-stories {
        padding: 45px 0;
    }
    #client-stories h1 {
        text-align: center;
        margin-bottom: 12px;
    }
    #contact-sct h1 {
        font-size: 55px;
        text-align: center;
    }
    .position-mb {
        margin-bottom: 60px;
        text-align: center;
    }
    .drop-down-simple {
        left: 71px !important;
        top: 55px !important;
    }
    #about-info-sec {
        padding-top: 65px;
    }
    #about-info-sec h2 {
        font-size: 33px;
        text-align: center;
    }
    #about-info-sec {
        padding-bottom: 75px;
    }
    #news-article {
        padding: 55px 0;
    }
    .social-logo-img {
        width: 30px;
    }
    .social-logo-img2 {
        width: 19px;
    }
    .insights-inspiration-bg {
        padding: 55px 70px;
    }
    #contact-sct {
        padding: 55px 0;
    }
    #portfolio-list h2 {
        font-size: 30px;
    }
    .testimonial-posts {
        padding: 0px !important; 
    }
    .testimonial-posts h3 {
        display: flex;
        justify-content: center;
    }
    .testimonial-posts p {
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
    }
    .testimonial-posts h1 {
        display: flex;
        justify-content: center;
    }
    .testimonial-posts2 h3 {
        display: flex;
        justify-content: center;
    }
    .testimonial-posts2 p {
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
    }
    .testimonial-posts2 h1 {
        display: flex;
        justify-content: center;
    }
    .testimonial-posts2 .para2-profes {
        display: flex !important;
        justify-content: center !important;
        float: none;
    }
    .testimonial-posts-sec {
        padding: 0px 0px 50px 0px;
    }   
    #contact_links .about-links {
        position: absolute;
        top: 22%;
    }
    #contact-sct label {
        display: flex;
        justify-content: center;
    }
    #singleBlogPst h1 {
        font-size: 29px;
        margin-bottom: 30px;
    }
    #singleBlogPst h2 {
        font-size: 29px;
        margin-top: 50px;
    }
    #ad .portfolio_circles {
        display: none;
    }
    .single-our_portfolio .single_service_header h1 {
        text-align: left;
    }
    .single_service_header h1 {
        margin-top: 0px;
        font-size: 44px;
        text-align: center;
    }
    #what_is h2 {
        text-align: center;
        word-break: break-word;
    }
    #single_services h2 {
       text-align: center;
       font-size: 32px;
    }
    #white_part_services {
        padding: 70px 0;
    }
    #white_part_services h2 {
        font-size: 32px;
        text-align: center;
    }
    #green_part_description {
        padding: 25px 0;
    }
    #green_part_description h2 {
        text-align: center;
        font-size: 32px;
    }
    #what_is {
        padding: 25px 0;
    }
    .ad_block h2 {
        font-size: 17px;
        text-align:center !important;
    }
    .ad_block a {
        font-size: 25px;
        text-align: center;
    }
    .ad_block {
        padding: 50px 0;
    }
    .in_touch {
        padding: 50px 0;
    }
    #news-article h1 {
        margin-top: 40px;
    }
    #contact_links .about-links {
        display: none;
    }
    #news-article {
        padding: 5px 0;
    }
    #testimonial-info {
        padding: 25px 0px 12px 0;
    }
    #testimonial-info h2 {
        font-size: 32px;
    }
    .successful_stories h2 {
        font-size: 35px;
        text-align: center;
    }
    #get_in_touch h2 {
        font-size: 32px;
        text-align: center;
    }
    #portfolio_scroll_img {
        max-height: 563px;
    }
    /*.our_portfolio-template-default .single_service_header h1 {
        margin-top: 155px;
    }*/
    .mobile-scroll {
        margin-top: 0 !important;
    }
    .tstimg{
        margin-top: 10px;
    }
    .white-green {
        background: white !important;
    }
    .green-white {
        background: white !important;
    }
    .mobile-scroll {
        width: 450px;
        height: 680px;
        position: relative;
        overflow: hidden;
    }
    .portfolio_info {
        background: #14142b;
        padding: 24px 25px;
    }
    #myModal2 h1 {
        font-size: 30px;
    }
    .homemodal .modal {
        overflow-y: scroll;
    }
    #myModal2 h3 {
        font-size: 11px;
    }
}

@media only screen and (max-width: 411px) {
    .drop-down-simple {
        left: 67px !important;
        top: 55px !important;
    }
    .shape-1 {
        padding: 22px;
    }
    #about-info-2 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    #about-rainbow {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    #about-info {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .tstimg {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 375px) {
    #about-info h2 {
        text-align: center;
        font-size: 40px;
    }
    #about-rainbow h2 {
        font-size: 24px;
    }
    .about-links {
        display: block;
        text-align: left;
    }

    .navbar-expand-xl .navbar-nav #simple-drop .dropdown-menu{
        left:0;
    }
    .news-article1 {
        display: flex;
        justify-content: center;
    }
    .signup_form a {
        margin-left: -96px;
    }
    .shape-1 {
        padding-left: 24px;
    }
    #contact-sct .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .drop-down-simple {
        left: 47px !important;
        top: 55px !important;
    }
    #about-rainbow {
        padding: 40px 0;
    }
    #about-info-2 {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    #news-article {
        padding: 40px 0;
    }
    #insights-inspiration h2 {
        font-size: 27px;
    }
    .portfolio_info {
        padding: 20px 25px;
    }
    #news-article h1 {
        margin-top: 0px;
    }
    .testimonial-posts h3 {
        margin-top: 40px;
    }
    #company_testimonials {
        margin: 0px;
    }
    .testimonial-posts-sec {
        padding: 0px 0px 50px 0px;
    }
    #portfolio_scroll_img {
        max-height: 504px;
    }
    .tstimg {
        margin-top: 12px;
    }
    .mobile-scroll {
        width: 450px;
        height: 590px;
        position: relative;
        overflow: hidden;
    }
    .portfolio_info p span.work_done {
        font-size: 16px;
    }
}

@media only screen and (max-width: 360px) {
    #about-rainbow h2 {
        font-size: 23px;
    }
    #portfolio_scroll_img {
        max-height: 477px;
    }
}

@media only screen and (max-width: 320px) {
    #news-article h1 {
        font-size: 44px;
    }
    .portfolio_info h2 {
        font-size: 24px;
    }
    .portfolio_info p {
        font-size: 15px;
    }
    .drop-down-simple {
        left: 19px !important;
        top: 55px !important;
    }
    #about-info-sec h2 {
        font-size: 28px;
        text-align: center;
    }
    #about-questions h2 {
        font-size: 21px;
    }
    #about-info-2 h2, p {
        font-size: 28px;
    }
    #about-rainbow h2 {
        font-size: 19px;
    }
    #about-info {
        padding-bottom: 55px;
        padding-top: 55px;
    }
    #news-posts p {
        font-size: 16px;
    }
    #contact-sct h1 {
        font-size: 44px;
    }
    #portfolio-list h2 {
        font-size: 24px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}



