@charset "utf-8";
/* CSS Document */
@media(max-width:1599px){
.left_middle_footer_icon_link .middle_footer_icon_linkinner ul li a img {height: 80px;}
.right_middle_footer_icon_link .middle_footer_icon_linkinner ul li a img {width: 90px;}	
.contact_us_bottom_area_block .contact_us_bottom_area_block_icon{width: 45px;height: 45px;}
.contact_us_bottom_area_block .contact_us_bottom_area_block_title{font-size: 16px;line-height: 1.5;}
.useful_link ul li a{font-size: 12px;line-height: 1.5;}
.upper_footer_block p{font-size: 12px;line-height: 1.5;}
.upper_footer_block h3{font-size: 16px;}
.middle_footer_icon_linkinner h3{font-size: 16px;}
.footer-copyright{font-size: 12px;line-height: 1.5;}
.bottom_footer_menu_container ul li{font-size: 12px;line-height: 1.5;}
.bottom_footer_menu_container ul li a{font-size: 12px;line-height: 1.5;}


}
@media(max-width:1369px){
body{font-size: 14px;}	
.section-header {max-width: 900px;}	
.section-header .section-title {font-size: 40px;}	
.hero-main-rp {padding:0 30px;}	
.hero-card-web {padding-top: 200px;padding-bottom: 100px;}
.hero-heading-sec2 {max-width: 950px;}
.hero-heading-sec2 h1 {font-size: 60px;line-height: 70px;}
.hero-heading-sec2 p {font-size: 14px;line-height: 20px;margin: 20px 0 0;}
.banner_btn_sec .link {}
.technilogy_expert_fld_blkinner .skills_list .skills_listItem .skills_listIteminner{/*width: 152px;height: 50px;*/min-width: 90px;}
.technilogy_expert_fld_blkinner .skills_list .skills_listItem .skills_listIteminner .icon{}
.technilogy_expert_fld_blkinner .skills_list .skills_listItem .skills_listIteminner .icon img{height:36px;}
.technilogy_expert_fld_blkinner .skills_list .skills_listItem .skills_listIteminner .ttl{font-size:10px;font-weight:500;}


}
@media(max-width:1199px){
.section-header .section-title {font-size: 36px;}	
.header .navbar-brand {width: 190px;}	
.nav-menu li a {padding: 10px 12px;}	
.rightPart .theme-btn {padding: 7px 20px;}
.hero-heading-sec2 h1 {font-size: 50px;line-height: 60px;}
}
@media(max-width:1024px){
}

@media(max-width:991px){
.header{padding:10px 0;}
.header.fixed-header {   
        backdrop-filter: none; 
    background-color: #00020f;
}
.menu_overlay {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}
.menu_overlay.menu-visible {
    display: block;
}
.header .navbar-toggler {padding:0px;color: #fff;font-size: 24px;border: 0;font-size: 20px;box-shadow: none !important;margin-right: 0px;}	
.navbar-collapse {
    background: #000323;
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    display: none;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden;
    overflow-x: scroll;
    display: block !important;
    transform: translateX(-260px);
    opacity: 0;
    visibility: hidden;
    padding: 0px 0 20px;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    z-index: 3;
}	
.navbar-collapse.menu-visible {
    transform: translateX(0px);
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    opacity: 1;
    visibility: visible;
}
.header .navbar .navbar-nav {
    padding-top: 10px;
    display: block;
}	
.header .navbar .navbar-nav .nav-item{padding:0px 0px;;}
.header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0px;
}
.header .navbar .navbar-nav .menu-link {
    display:block;   
    color: #fff;
    padding: 10px 20px;	
}
.nav-menu li.dropdown_menu .menu-link .downarrow:after{right:5px;}	
.header .navbar .navbar-nav .nav-button {   
    font-size: 14px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 6px 23px;
}	

.sub-menu {
    display: none !important;
    position: relative;
    border: none;
    box-shadow: none;
    transform: translate(0%, 0px);
    left: 0;
    width: 100%;
    background: #000323;
    padding-left: 15px;	
}
.header .navbar .navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
	
}
.curent .sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: translateY(0em);
    z-index: 1;
    transition: none;
    /* margin-top: 2px; */
    display: block !important;
    min-width: 100%;
    left: 0;
    transform: translate(0%, 0px);
    padding: 0px 0px 10px;
}
.dropdown_menu:after {    
    top: 5px;
    right: 10px;    
}
.sub-menu > li {   
    border-bottom: 0;
}
.sub-menu > li > a {
        display: block;
        color: #fff;
        padding: 5px 20px;
        font-size: 12px;
        line-height: 20px;
        padding-right: 0px;
        position: relative;		
}
.sub-menu li.dropdown_menu  a .downarrow:after{
    position: absolute;
    content: "\f0d7 ";
    font-family: FontAwesome;
    color: #fff;  
    right:15px;
    top: 0px;	
} 
.sub-menu-2 {   
    position: relative;
    top: 0;
    width: auto;
    left: 0;
    right: 0;   
    -webkit-transform: translate(-30px, 0);
    transform: inherit;
    visibility: visible;
    opacity: 1;
    display: none;
}
.header .navbar .navbar-nav li ul li.curent2 .sub-menu-2 { display: block;}


	
}
@media(max-width:767px){
img{max-width:100%;}	
.hero-main-rp {
        padding: 0 15px;
    }	
 .hover-card img { height: 260px; }     	
}
@media(max-width:575px){
.section-header .section-title {
        font-size: 24px;
    }	
.section-header .section-para {
    font-size: 13px;
}	
.hero-card-web {
        padding-top: 155px;
        padding-bottom: 75px;
    }
.hero-card-web.innerPage-hero-card-web {
        padding-top: 110px;
        padding-bottom: 75px;
    }	
.hero-heading-sec2 h1 {
        font-size: 26px;
        line-height:36px;
    }
.stat-item-inner {
    padding: 15px;
}	
.stat-item-inner .stat-number{font-size: 40px;}	
.stat-item-inner .stat-number .suffix, .stat-item-inner .stat-number .gradiantText {
    font-size: 20px;
}
.stat-item-inner .stat-label {
	font-size: 14px;
}
.stat-item-inner .stat-desc {
    font-size: 12px;
}
.ourserviceSecinner .headline {
    font-size: 16px;
	margin-bottom:30px;
}
.ourserviceSecinner .headline br{display:none;}
.ourserviceSecinner .feature-card{width:100%;}	
.clinr_rating_bottom_text_area .clinr_rating {   
    padding: 2px 10px 2px;    
    margin-right: 10px;   
}
.clinr_rating_bottom_text_area .clinr_rating span {  
    font-size: 12px;   
}
.clinr_rating_bottom_text_area .text {  
    font-size: 14px;
}
.clinr_rating_bottom_img_area img.googleStar {
    width: 74px;
}
.clinr_rating_bottom_img_area img.trustpilot {
    width: 115px;
}
.clinr_rating_bottom_img_area img.freelancer {
    width: 130px;
}
.clinr_rating_bottom_img_area img.fiverr {
    width: 90px;
}
.bottom_footerinner .bottom_footer_menu_inner {
    text-align: left;
    padding-top: 5px;
}
.left_middle_footer_icon_link .middle_footer_icon_linkinner ul li a img {
        height: 60px;
    }
.right_middle_footer_icon_link {
    padding-top: 15px;
}	
.right_middle_footer_icon_link .middle_footer_icon_linkinner ul{gap:10px;}	
.right_middle_footer_icon_link .middle_footer_icon_linkinner ul li a img {
        width: 70px;
    }

.claim_area .claim {
    min-height: 80px;  
    padding: 44px 160px 0 0;   
}
.claim_area .claim .rate{font-size: 28px;}	
.claim_area .claim .text small {  
    font-size: 18px;   
}
.claim_area .claim .text strong {   
    font-size: 30px;    
}
.claim_area p.slogan {    
    margin: 5px 0 0px;
   
}
.testimonial-card{padding:20px 20px;}
.testimonial-card .tt-text p {
    font-size: 14px;
    line-height: 1.6;
}
.about_content_fldinner h4 {
        font-size: 24px;
        line-height: 28px;
    }
.about_content_fldinner p {
        font-size: 16px;
        line-height: 22px;
    }	
.award_certification_content h3 {
        font-size: 35px;
        margin-bottom: 10px;
    }
	.award_certification_content h4 {
        font-size: 26px;
    }
.award_certification_content p {
        font-size: 16px;
        margin-bottom: 20px;
    }	
.serviceHighlightBannerContent_area .ttl {
        font-size: 26px;
    }
.service_block_second_areainner .columnBox .service_block_second_area_content {  
    padding-left: 0px;
}
.our_workProcessBoxinner:after{display:none;}
.horeLaraveSteplSecinner .rowBox {
        justify-content: center;
    }
.horeLaraveSteplSecinner .hireLaravelStepBox {
        width: 50%;
    }	
.hireLaravelStepBoxinner .icon {
        width: 125px;
        height: 125px;
        line-height: 110px;
        margin: 0 auto 10px;
    }
	.hireLaravelStepBoxinner .content h4.title {
        font-size: 14px;
        line-height: 20px;
    }
.current_opening_tab_area .nav-tabs>li>a.current_position_blkinner .icon {
        margin-right: 10px;
    }	
.current_opening_tab_area .nav-tabs>li>a.current_position_blkinner .icon img {
        width: 50px;
        height: 50px;
    }
	.current_opening_tab_area .nav-tabs>li>a.current_position_blkinner .content h4 {
        font-size: 16px;
        line-height: 24px;
    }
.current_opening_tab_area .nav-tabs>li>a.current_position_blkinner .content p {
        font-size: 13px;
        line-height: 19px;
    }

.currentOpeningItemTopinner .title {
        font-size: 22px;
    }	
	
.single_meta li {  
    font-size: 12px;
    margin-right: 10px;
}	
.single_meta li .icon {
    margin-right: 2px;
}
.blog_post_box .content .title {  
    font-size: 16px;
    line-height: 22px;   
}
.blog_post_box .content .desc {
    font-size: 13px;
    line-height: 1.5;
}	
.singleBlogSec {
    padding: 80px 0 40px;
}
.singleBlogDetailsArea .title {
    font-size: 18px;
    line-height: 26px;
}
.singleBlogContantArea p {
    font-size: 13px;
}
	
}
@media(max-width:479px){
.rightPart .theme-btn {
        padding: 3px 12px;
        border-radius: 6px;
    }
.header .navbar-brand {
        width: 160px;margin:0px;
    }	
 .hover-card img { height: 240px; }	
}